mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Clarify installation documentation (#1097)
This commit is contained in:
parent
31ada29a37
commit
d24a407e0b
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ On other platforms, install `jrnl` using [Python](https://www.python.org/) 3.6+
|
|||
pipx install jrnl
|
||||
```
|
||||
|
||||
!!! note
|
||||
`pipx` should be installed through `pip`. Missing dependencies and other issues
|
||||
may occur when installing `pipx` through `apt` or another package manager.
|
||||
|
||||
!!! note
|
||||
If you experience path issues after installing `jrnl`, ensure that the previous
|
||||
command was run as the intended user, without `sudo`.
|
||||
|
||||
The first time you run `jrnl` you will be asked where your journal file
|
||||
should be created and whether you wish to encrypt it.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue