From a9f624670dbc1f7f798cb514e724e5adfe441ba8 Mon Sep 17 00:00:00 2001 From: Bertrand Chauvin Date: Wed, 10 May 2023 18:00:36 +0200 Subject: [PATCH] Add git-lfs requirement Just reinstalled my computer and it seems that git-lfs is still required, otherwise the master branch can't be checked out. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bde7f7c..26362a5e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## Requirements - [Git](https://git-scm.com/) - make sure your Privacy & Security settings allow to download applications from anywhere +- [Git-LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) - [SSH key associated with GitHub](https://help.github.com/articles/generating-an-ssh-key/). - Test access with `ssh -T git@github.com` - see [here](https://help.github.com/articles/testing-your-ssh-connection/) for help. - [Node.js](https://github.com/creationix/nvm#install-script) — Latest Active LTS: See [Release schedule](https://github.com/nodejs/LTS#lts_schedule)(e.g. v8.11.3)