update readme and remove gcc from dependencies
This commit is contained in:
parent
2bb290ee40
commit
5b9201f307
2 changed files with 9 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ version:
|
||||||
|
|
||||||
dist: version noted
|
dist: version noted
|
||||||
mkdir -p noted-${VERSION}
|
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}
|
tar -cf noted-${VERSION}.tar noted-${VERSION}
|
||||||
gzip noted-${VERSION}.tar
|
gzip noted-${VERSION}.tar
|
||||||
rm -rf noted-${VERSION}
|
rm -rf noted-${VERSION}
|
||||||
|
|
14
README.md
14
README.md
|
@ -2,16 +2,18 @@
|
||||||
|
|
||||||
noted is a minimalistic command line note manager written in C.
|
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)
|
![](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/lzwqimtg.png)
|
||||||
|
|
||||||
## Dependencies
|
# Dependencies
|
||||||
- gcc
|
|
||||||
|
|
||||||
## Building
|
None
|
||||||
```sh
|
|
||||||
|
# Building
|
||||||
|
|
||||||
|
```
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
# make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
Loading…
Reference in a new issue