Skip to content

Commit

Permalink
fix typo in git-lfs install process (#31)
Browse files Browse the repository at this point in the history
fix typo in git-lfs install process
  • Loading branch information
seigot authored Nov 26, 2023
1 parent 71b3954 commit d32d270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docfx_project/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ sudo docker run hello-world
sudo apt-get install python3-rocker
# gitlfs install
curl -s https://packagecloud.io/install/repositories/githugit-lfs/script.deb.sh | sudo bash
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs
git lfs install
```
Expand Down

0 comments on commit d32d270

Please sign in to comment.