commit 365a8e6eff692085c5e0d813954f43884624fb16 parent 15a3d511c2cb061c0c8d206816bfe34153523c7a Author: cy6erlion <dev@merely.tech> Date: Thu, 31 Dec 2020 23:08:57 +0200 update usage guide Diffstat:
M | README.md | | | 17 | ++++++++++++----- |
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -43,9 +43,7 @@ You can install it with the Rust package manager $ cargo install ietf ``` -### Running -To run simply type the following command in the shell to start the RFC -index: +### View RFC index ``` bash $ ietf @@ -56,8 +54,17 @@ $ ietf $ ietf -n 1 ``` -### Update -To update the local RFC index, use the following command: +### Remove an RFC +``` bash +$ ietf -r 1 +``` + +### Remove the RFC storage directory: +``` bash +$ ietf clean +``` + +### Update/Download RFC index ``` bash $ ietf update