mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Update installation docs
This commit is contained in:
parent
ecafc2ce1b
commit
90ad141a01
1 changed files with 5 additions and 5 deletions
|
@ -18,12 +18,12 @@ pipx install jrnl
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
`pipx` should be installed through `pip`. Missing dependencies and other issues
|
`pipx` should be installed through either `brew` or `pip`. Missing dependencies and other issues
|
||||||
may occur when installing `pipx` through `apt` or another package manager.
|
may occur when installing `pipx` through `apt` or another package manager. Further installation
|
||||||
|
instructions can be found in [pipx's documentation](https://pipxproject.github.io/pipx/installation/).
|
||||||
|
|
||||||
!!! note
|
!!! tip
|
||||||
If you experience path issues after installing `jrnl`, ensure that the previous
|
Do not use `sudo` while installing `jrnl`. This may lead to path issues.
|
||||||
command was run as the intended user, without `sudo`.
|
|
||||||
|
|
||||||
The first time you run `jrnl` you will be asked where your journal file
|
The first time you run `jrnl` you will be asked where your journal file
|
||||||
should be created and whether you wish to encrypt it.
|
should be created and whether you wish to encrypt it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue