Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikozyris authored Aug 13, 2023
1 parent 0ac469c commit 4dd25f6
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
# Yocto
A very simple and small (less than 350 lines of code!) text editor on C as a command-line tool (CLI command line interface). more on the [wiki](https://github.com/ikozyris/yocto/wiki)
A very simple and small (less than 350 lines of code!) text editor in C as a command-line tool (CLI command line interface). more on the [wiki](https://github.com/ikozyris/yocto/wiki)
Under development.
Note: for a more feature complete program see the ncurses branch and the 0.8 release.

Still under development.
## How to use for linux:
Ctrl+Alt+T and type:
```
sudo apt install gcc -y
gcc -o yocto main.c
./yocto --help
```
> Pro tip: add yocto binary to your $PATH for easier use (No need to type the "./")
or
```
sudo apt install gcc make -y
sudo make all
```




### License

Copyright (C) 2022-2023 ikozyris<br>
Expand Down

0 comments on commit 4dd25f6

Please sign in to comment.