From 9d2edf91349347423d16304d229617ed939a6a96 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Tue, 7 May 2024 08:13:53 -0700 Subject: [PATCH 1/2] Remove warning against installing pipx through apt (1886) --- docs/installation.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 8844f8518..c448b67a3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -20,11 +20,6 @@ On other platforms, install `jrnl` using [Python](https://www.python.org/) 3.10+ pipx install jrnl ``` -!!! note - `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. Further installation - instructions can be found in [pipx's documentation](https://pipxproject.github.io/pipx/installation/). - !!! tip Do not use `sudo` while installing `jrnl`. This may lead to path issues. From 65c0e0072788f4a4f653bf0a64911836e0318e61 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Tue, 7 May 2024 08:20:02 -0700 Subject: [PATCH 2/2] Remove brew recommendation and consolidate pipx instructions (1888) --- docs/installation.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index c448b67a3..16401c731 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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