forked from v4hn/snotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (21 loc) · 773 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
snotes - a simple notes system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snotes is a flexible and easy to use notes system.
Requirements
------------
In order to use snotes, you need a working
git and dmenu in your PATH.
If you intend to use the SNOTES_CLEANUP option
to clean notes automatically, you also need perl around.
If you think this dependency is unnecessary, rewrite it
in sed / etc. and send it to me.
Installation
------------
Just run `make install`. The default installation prefix
is /usr/local. If you want to change that to /usr,
just run `make install PREFIX=/usr` instead.
Running snotes
--------------
Run snotes once to initialize its config and a notes
database for you. This also creates a first note called
'introduction to snotes'. Read it and prosper.