Skip to content

Commit

Permalink
Added a snippet to actually install the lfs package after adding the …
Browse files Browse the repository at this point in the history
…repository with the quick curl command (bisq-network#5869)

* Improve git lfs installation instructions
  • Loading branch information
w0000000t committed Dec 20, 2021
1 parent 23d1856 commit 7b03e20
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
git lfs version
```

On some distributions (happens with Xubuntu x64 on VM) this might return an error like:
```
git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
```

if the above happens, you should first run:
`sudo apt install git-lfs`
in order to properly install the `lfs` package.

You should see the version of Git LFS you installed, for example:

```
Expand Down

0 comments on commit 7b03e20

Please sign in to comment.