Skip to content

Commit 7de5422

Browse files
authored
Update README.md
1 parent 75aa24b commit 7de5422

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Clone this repository to your local machine:
1010

1111
```bash
12-
git clone https://github.com/compling-wat/scripted-renderer-dev.git
13-
cd scripted-renderer-dev
12+
git clone https://github.com/compling-wat/FORG3D-object-data.git
13+
cd FORG3D
1414
```
1515

1616
### Step 2: Install Blender 4.3
@@ -27,9 +27,9 @@ Download and install **[Blender 4.3](https://www.blender.org/download/)**.
2727
```bash
2828
cd /path/to/blender/site-packages/
2929
```
30-
3. Create a `.pth` file named `scripted-renderer-dev.pth` and add the absolute path to the `src` directory of the cloned repository:
30+
3. Create a `.pth` file named `FORG3D.pth` and add the absolute path to the `src` directory of the cloned repository:
3131
```bash
32-
echo "/path/to/scripted-renderer-dev/src" > /path/to/blender/site-packages/scripted-renderer-dev.pth
32+
echo "/path/to/FORG3D/src" > /path/to/blender/site-packages/FORG3D.pth
3333
```
3434
- _Note: if you encounter errors on Windows, ensure the file encoding is **UTF-8 with BOM**._
3535

0 commit comments

Comments
 (0)