Skip to content

Commit

Permalink
Add depth flag to clones for faster clones
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Feb 27, 2024
1 parent 44bfbf7 commit 611be48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Open a terminal and run the following commands.
1. **Set everything up.**

```
git clone https://github.com/SenZmaKi/Senpwai && cd Senpwai && pip install -r dev-requirements.txt && poetry install
git clone https://github.com/SenZmaKi/Senpwai --depth 1 && cd Senpwai && pip install -r dev-requirements.txt && poetry install
```


Expand Down
2 changes: 1 addition & 1 deletion docs/senpcli-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Open a terminal and run the following commands.
1. **Set everything up.**

```
git clone https://github.com/SenZmaKi/Senpwai && cd Senpwai && pip install -r dev-requirements.txt && poetry install
git clone https://github.com/SenZmaKi/Senpwai --depth 1 && cd Senpwai && pip install -r dev-requirements.txt && poetry install
```
2. **Build the tool into an executable.**

Expand Down

0 comments on commit 611be48

Please sign in to comment.