andreped commited on
Commit
335df90
·
unverified ·
1 Parent(s): 5d88d37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 git+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:
 
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: