mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +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
|
||||
|
||||
On Mac and Linux, the easiest way to install `jrnl` is using
|
||||
[Homebrew](http://brew.sh/):
|
||||
|
||||
``` sh
|
||||
brew install jrnl
|
||||
```
|
||||
|
||||
On other platforms, install `jrnl` using [Python](https://www.python.org/) 3.10+ and [pipx](https://pipxproject.github.io/pipx/):
|
||||
The easiest way to install `jrnl` is using
|
||||
[pipx](https://pipx.pypa.io/stable/installation/)
|
||||
with [Python](https://www.python.org/) 3.10+:
|
||||
|
||||
``` sh
|
||||
pipx install jrnl
|
||||
|
|
Loading…
Add table
Reference in a new issue