Skip to content

Commit

Permalink
Update README.md to avoid permission denied error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronkiro authored and alanlivio committed Aug 21, 2023
1 parent a046a9b commit 8e256bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd ginga
mkdir _build && cd _build
cmake .. -G Ninja
ninja
cmake --install . --prefix /usr
sudo cmake --install . --prefix /usr
```

### Build installer
Expand Down

0 comments on commit 8e256bf

Please sign in to comment.