log

Minimalist command line note manager
git clone https://codeberg.org/night0721/log
Log | Files | Refs | README | LICENSE

commit 5b9201f30726d3b45c1207323afdb64331b7a7ee
parent 2bb290ee40742d7a9a89145a778cc7a7e26fb352
Author: night0721 <[email protected]>
Date:   Wed, 22 May 2024 10:57:36 +0100

update readme and remove gcc from dependencies

Diffstat:
MMakefile | 2+-
MREADME.md | 14++++++++------
2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile @@ -24,7 +24,7 @@ version: dist: version noted mkdir -p noted-${VERSION} - cp -R LICENSE Makefile README.md noted.1 noted noted-${VERSION} + cp -R LICENSE README.md noted.1 noted noted-${VERSION} tar -cf noted-${VERSION}.tar noted-${VERSION} gzip noted-${VERSION}.tar rm -rf noted-${VERSION} diff --git a/README.md b/README.md @@ -2,16 +2,18 @@ noted is a minimalistic command line note manager written in C. -## Preview +# Preview ![](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/lzwqimtg.png) -## Dependencies -- gcc +# Dependencies -## Building -```sh +None + +# Building + +``` $ make -$ sudo make install +# make install ``` ## Features