Commit afa9fc4c by Maarten L. Hekkelman Committed by GitHub

Update README.md

git fetch is apparently needed
parent 48e88448
...@@ -34,6 +34,7 @@ dependencies: ...@@ -34,6 +34,7 @@ dependencies:
```console ```console
git clone https://github.com/PDB-REDO/dssp.git -b dssp-builder git clone https://github.com/PDB-REDO/dssp.git -b dssp-builder
cd dssp cd dssp
git fetch
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/.local cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/.local
cmake --build build cmake --build build
cmake --install build cmake --install build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment