diff --git a/README.md b/README.md index 8031086..69f0fe5 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,15 @@ It is often faster to use a CLI than to load up a web page and navigate web elem ## Install +> :information_source: python2 may still work but it is [no longer supported](https://www.python.org/doc/sunset-python-2/). + ```bash -pip install rfd +python3 -m pip install --user rfd ``` +If you cannot access `rfd` in your path, try `python3 -m rfd`. + + ## Usage All commands open up in a [terminal pager](https://en.wikipedia.org/wiki/Terminal_pager).