Simple text editor.
- Clone the repo
git clone https://github.com/riadhlaabidi/steqs.git- From inside
steqsdirectory run:
make clean
makeIf the build ran successfully, you'll have the steqs binary created and ready to run.
- To open
steqseditor run (always from inside thesteqsdirectory):
./steqs- For opening an already existing file run:
./steqs your-file-path