Update README.md

This commit is contained in:
retoor 2024-12-04 18:48:23 +00:00
parent 28a558caff
commit c7029f04a1

View File

@ -9,10 +9,10 @@ Rtutor is an application written in python to train yourself to use vim fast way
## Usage ## Usage
This application has no dependencies. Instead of cloning this git, you can just do wget or copy the raw source code of [rvimtutor.py](rvimtutor.py). This application has no dependencies. Instead of cloning this git, you can just do wget or copy the raw source code of [rvimtutor.py](rvimtutor.py).
``` ```
python3 rtutor.py python3 rvimtutor.py
``` ```
but since it's executable: but since it's executable:
``` ```
./rtutor.py ./rvimtutor.py
``` ```
will also work. will also work.