Skip to content

Commit

Permalink
Remove outdated git lfs instruction
Browse files Browse the repository at this point in the history
"rpm -qa | grep git-lfs" reveals this is in place
  • Loading branch information
berland committed Nov 18, 2024
1 parent c46b061 commit d58862b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ code you can run a fast subset of the tests with
pytest -n logical tests/ert/unit_tests -m "not integration_tests"
```

[Git LFS](https://git-lfs.com/) must be installed to get all the files. This is packaged as `git-lfs` on Ubuntu, Fedora or macOS Homebrew. For Equinor RGS node users, it is possible to use `git` from Red Hat Software Collections:
```sh
source /opt/rh/rh-git227/enable
```
[Git LFS](https://git-lfs.com/) must be installed to get all the files. This is
packaged as `git-lfs` on Ubuntu, Fedora or macOS Homebrew. For Equinor TGX
users, it is preinstalled.

If you have not used git-lfs before, you might have to make changes to your global Git config for git-lfs to work properly.
```sh
Expand Down

0 comments on commit d58862b

Please sign in to comment.