mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
removed necessity to create bash alias
This commit is contained in:
parent
dfa8278cb5
commit
5032adef61
1 changed files with 5 additions and 9 deletions
14
README.md
14
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!)
|
||||
|
|
Loading…
Add table
Reference in a new issue