diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-04-11 14:10:48 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-04-11 14:10:48 +0200 |
| commit | 13e601a01c631feb6698419d68164aebd09b6587 (patch) | |
| tree | 3d7ec8f66f995acef1563e23836ac9bf179d5e7e /README.md | |
| parent | 12419dbf1ae643474388ab03f488e977b2f6d28c (diff) | |
store library.db in ~/.local/share/sqlite/library.db
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -25,12 +25,15 @@ just a number but rather in the form "Volume 6 Chapter 4", shortened to "V6CH4". When I'm done with an anime or manga, I set the episode or chapter to 0 and set the status to "done". -You need to set the filepath to your db-file in the main.c, but everything else -should work out of the box. -The Makefile uses clang, because that's what I prefer, but you can change it -to gcc in the second line. Or you could simply do -``` -gcc -o myal main.c -lsqlite3 +The database file is expected to be in "~/.local/share/sqlite/library.db". +To compile, do +```bash +make +``` + +To install it in /usr/local/bin/, do +```bash +make install ``` ## Usage |
