Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Using the `.git` file should provide more consistency when cloning the repository, right?
  • Loading branch information
third="Beedell", first="Roke", second="Julian Lockhart authored Jun 9, 2023
1 parent eddc3dc commit 740a0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ bash
# Removes any already present Yin-Yang code
rm -rf Yin-Yang
# Clones the code to your local machine
git clone https://github.com/oskarsh/Yin-Yang
git clone https://github.com/oskarsh/Yin-Yang.git
# Enters the directory containing Yin-Yang's code
if pwd != "Yin-Yang"; then cd Yin-Yang; fi
## Creates a virtual environment for pypi (pip) packages
Expand Down

0 comments on commit 740a0f4

Please sign in to comment.