From d58862b596cd6fc58039f3eeff3b43d240e4eeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Fri, 15 Nov 2024 15:21:40 +0100 Subject: [PATCH] Remove outdated git lfs instruction "rpm -qa | grep git-lfs" reveals this is in place --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad01a0761c7..d0aee30e4e1 100644 --- a/README.md +++ b/README.md @@ -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