From 31ed869d05305e0e7aa3fa92a1ebc6fbeff3dda7 Mon Sep 17 00:00:00 2001 From: DG Date: Mon, 9 Aug 2021 23:54:07 -0400 Subject: [PATCH] Add brew/pipx instructions (#103) * Add easier ways to install --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ecd5c5..d38a746 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,21 @@ It is often faster to use a CLI than to load up a web page and navigate web elem ## Installation -> :information_source: python2 may still work but it is [no longer supported](https://www.python.org/doc/sunset-python-2/). +### pip -```bash -python3 -m pip install --user rfd +```sh +pip3 install --user rfd ``` -After installation, if you cannot access `rfd` in your path, try `python3 -m rfd`. +This can also be installed with [pipx](https://github.com/pypa/pipx) + +### brew + +If you have [brew](https://brew.sh): + +```sh +brew install davegallant/public/rfd +``` ## Usage