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