Fix install command

This commit is contained in:
Solene Rapenne 2020-12-05 20:12:32 +01:00
parent 5c1958b150
commit 3bc574eee8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ For some systems, the library `libsd` may be required.
git clone https://tildegit.org/solene/khan.git
cd khan
make
su -c 'make install'
sudo make install
```
# Running tests