summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e5402d..291a913 100644
--- a/README.md
+++ b/README.md
@@ -28,14 +28,14 @@ the status to "done".
The database file is expected to be in "~/.local/share/sqlite/library.db".
To compile, do
```bash
-$ make
+make
```
 
To install it in /usr/local/bin/, do
```bash
-# make install
+sudo make install
```
## Usage