mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
isntallation instructions
This commit is contained in:
parent
862fd796be
commit
8ec531ee81
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -28,7 +28,7 @@ If we start our entry by e.g. `yesterday:` or `last week monday at 9am:` the ent
|
||||||
|
|
||||||
### Viewing:
|
### Viewing:
|
||||||
|
|
||||||
jrnl -10
|
jrnl -n 10
|
||||||
|
|
||||||
will list you the ten latest entries,
|
will list you the ten latest entries,
|
||||||
|
|
||||||
|
@ -74,7 +74,19 @@ Can do:
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
...
|
You can install _jrnl_ manually by cloning the repository:
|
||||||
|
|
||||||
|
git clone git://github.com/maebert/jrnl.git
|
||||||
|
cd jrnl
|
||||||
|
python setup.py install
|
||||||
|
|
||||||
|
or by using pip:
|
||||||
|
|
||||||
|
pip install jrnl
|
||||||
|
|
||||||
|
Afterwards, you may want to create an alias in your `.bashrc` or `.bash_profile` or whatever floats your shell:
|
||||||
|
|
||||||
|
alias jrnl="jrnl.py"
|
||||||
|
|
||||||
Advanced configuration
|
Advanced configuration
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue