mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Remove brew recommendation and consolidate pipx instructions (1888)
This commit is contained in:
parent
9d2edf9134
commit
65c0e00727
1 changed files with 3 additions and 8 deletions
|
@ -7,14 +7,9 @@ License: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
On Mac and Linux, the easiest way to install `jrnl` is using
|
The easiest way to install `jrnl` is using
|
||||||
[Homebrew](http://brew.sh/):
|
[pipx](https://pipx.pypa.io/stable/installation/)
|
||||||
|
with [Python](https://www.python.org/) 3.10+:
|
||||||
``` sh
|
|
||||||
brew install jrnl
|
|
||||||
```
|
|
||||||
|
|
||||||
On other platforms, install `jrnl` using [Python](https://www.python.org/) 3.10+ and [pipx](https://pipxproject.github.io/pipx/):
|
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pipx install jrnl
|
pipx install jrnl
|
||||||
|
|
Loading…
Add table
Reference in a new issue