removed necessity to create bash alias

This commit is contained in:
Manuel Ebert 2012-05-24 13:28:50 +02:00
parent 19ed9a6cf8
commit 4b354bd40e

View file

@ -73,20 +73,16 @@ Timestamps that work:
Installation Installation
------------ ------------
You can install _jrnl_ manually by cloning the repository: Install _jrnl_ using pip:
pip install jrnl
Alternatively, install manually by cloning the repository:
git clone git://github.com/maebert/jrnl.git git clone git://github.com/maebert/jrnl.git
cd jrnl cd jrnl
python setup.py install 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"
### Known Issues ### Known Issues
- The Windows shell prior to Windows 7 has issues with unicode encoding. If you want to use non-ascii characters, change the codepage with `chcp 1252` before using `jrnl` (Thanks to Yves Pouplard for solving this!) - The Windows shell prior to Windows 7 has issues with unicode encoding. If you want to use non-ascii characters, change the codepage with `chcp 1252` before using `jrnl` (Thanks to Yves Pouplard for solving this!)