Skip to content

Commit

Permalink
record how to install git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Apr 17, 2024
1 parent e627f7e commit 82204a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fedora/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,3 +648,11 @@ This one-shot move might be a little more awkward than usual; double-check
* interface names:
* review `nbhosting-addr.service` and `nbhosting-dev-addr.service`
and make sure to use the right native interface names (as arping does not seem to cope with aliases)

## notes on installing git-lfs

```bash
# define the dnf repo
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | bash
dnf install git-lfs
```

0 comments on commit 82204a9

Please sign in to comment.