diff --git a/README.md b/README.md index 26c2421f..c1303caf 100644 --- a/README.md +++ b/README.md @@ -73,20 +73,16 @@ Timestamps that work: 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 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" - ### 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!)