Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ And of course, all of this completely **_FOR FREE_**!
|
|
44 |
|
45 |
3. Now you are ready to clone your own fork to a laptop by opening a terminal and running (remember to replace `<username>` with your own GitHub user name):
|
46 |
```
|
47 |
-
git clone
|
48 |
```
|
49 |
|
50 |
4. After cloning, go inside the repository, and from the terminal run these lines to create a virtual environment and activate it:
|
|
|
44 |
|
45 |
3. Now you are ready to clone your own fork to a laptop by opening a terminal and running (remember to replace `<username>` with your own GitHub user name):
|
46 |
```
|
47 |
+
git clone https://github.com/<username>/INF1600-ai-workshop.git
|
48 |
```
|
49 |
|
50 |
4. After cloning, go inside the repository, and from the terminal run these lines to create a virtual environment and activate it:
|