Skip to content

Commit

Permalink
fix clone path (#127)
Browse files Browse the repository at this point in the history
eliteprox authored Jan 17, 2025
1 parent 164f0bb commit c356019
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/docs/technical/install/local-testing.mdx
Original file line number Diff line number Diff line change
@@ -19,15 +19,13 @@ icon: "code"
5. Make a new directory for the ComfyStream setup scripts:
```bash
sudo mkdir /workspace && sudo chown -R $USER /workspace
cd /workspace
```
</Tab>
<Tab title="Local (Linux)">
1. Install CUDA Toolkit on Linux from [NVIDIA CUDA Toolkit](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=2004&target_type=deb_local).
2. Make a new directory for the ComfyStream setup scripts:
```bash
sudo mkdir /workspace && sudo chown -R $USER /workspace
cd /workspace
```
</Tab>
</Tabs>
@@ -38,7 +36,7 @@ Continue with installing ComfyUI and ComfyStream below

1. Clone the **ComfyStream Setup Scripts** to your home directory
```bash
cd /workspace
cd ~/
git clone https://github.com/ryanontheinside/ComfyStream_Setup_Scripts
```
2. Run the initial setup script to install Conda, ComfyStream and ComfyUI:

0 comments on commit c356019

Please sign in to comment.