Docs: update repository URL in README (#226)

fix: update repository URL in README
This commit is contained in:
David Hyunyoo Jang
2026-02-26 07:39:22 +09:00
committed by GitHub
parent 3b262b742b
commit 9f609e8758
2 changed files with 4 additions and 4 deletions

View File

@@ -18,8 +18,8 @@ This guide provides instructions on preparing inputs and running inference for P
## Installation
### A. Installation using `uv`
```bash
git clone https://github.com/RosettaCommons/rc-foundry.git \
&& cd rc-foundry \
git clone https://github.com/RosettaCommons/foundry.git \
&& cd foundry \
&& uv python install 3.12 \
&& uv venv --python 3.12 \
&& source .venv/bin/activate \

View File

@@ -16,8 +16,8 @@ This guide provides instructions on preparing inputs and running inference for R
## Installation, Setup, and a Basic Prediction
### A. Installation using `uv`
```bash
git clone https://github.com/RosettaCommons/modelforge.git \
&& cd modelforge \
git clone https://github.com/RosettaCommons/foundry.git \
&& cd foundry \
&& uv python install 3.12 \
&& uv venv --python 3.12 \
&& source .venv/bin/activate \