mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
Update README.md
This commit is contained in:
@@ -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).
|
||||
|
Reference in New Issue
Block a user