Skip to content

Commit df6e005

Browse files
committed
move readme to root dir
1 parent f9fc7a3 commit df6e005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ratvision/README.md renamed to README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ renderer = Renderer(blender_exec='/path/to/Blender')
2525
renderer.render(positions, head_directions)
2626
```
2727

28-
See `examples/render_demo.py` for a thorough example. After cloning this repository, you can run the demo with:
28+
See `examples/render_demo.py` for a thorough example. After cloning this repository or downloading the `examples` folder, you can run the demo with:
2929
```python
3030
python examples/render_demo.py --blender_exec "/path/to/Blender"
3131
```

0 commit comments

Comments
 (0)