Skip to content

Commit

Permalink
Remove "--branch" from git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
aifrak authored May 10, 2021
1 parent 7593fbd commit 6882d19
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 @@ -68,7 +68,7 @@ Ubuntu for example.
## How to install 💡

```shell
git clone --single-branch --branch "0.0.1" --depth 1 https://github.com/aifrak/dev-env.git
git clone --single-branch --depth 1 https://github.com/aifrak/dev-env.git
./dev-env/install [YOUR_USER_NAME] [options..]
rm -r ./dev-env
```
Expand Down

0 comments on commit 6882d19

Please sign in to comment.