From 5032adef61edad3ddaa13db86969c36c263b9e1f Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 24 May 2012 13:28:50 +0200 Subject: [PATCH] removed necessity to create bash alias --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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!)