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 a14e8b4 commit 3418242
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Yocto
A very simple and small (less than 200 lines of code!) yet powerful text editor, in C built with ncurses. more on the [wiki](https://github.com/ikozyris/yocto/wiki)
A very simple and small (less than 200 lines of code!) yet powerful text editor, mostly in C with some C++ using with ncurses. more on the [wiki](https://github.com/ikozyris/yocto/wiki)

Under development.

## How to use for linux:
Ctrl+Alt+T and type:
```
sudo apt install gcc -y
gcc -o yocto-dev Downloads/main.c -Ofast -lncurses
./yocto-dev text.txt
g++ -o yocto main.cpp -Wall -O3 -lncurses
cp yocto ~/.local/bin/yocto
yocto text.txt
```

### License
Expand Down

0 comments on commit 3418242

Please sign in to comment.