Skip to content

Commit

Permalink
Update index.md: Add sudo for cmake command on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kdesnos authored Nov 8, 2024
1 parent 91c9917 commit 61aa4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following commands should do the work to build the latest release:
git clone -b master https://github.com/gegelati/gegelati.git
cd gegelati/bin
cmake ..
cmake --build . --target install # On Linux
sudo cmake --build . --target install # On Linux
```
{% enddetails %}

Expand Down

0 comments on commit 61aa4c8

Please sign in to comment.