fork
 
 
 
Go to file
aren d5d7bf40c5 add argument support 2021-07-02 18:56:40 +03:00
src add argument support 2021-07-02 18:56:40 +03:00
translations Translated using Weblate (Russian) 2021-06-30 17:32:50 +02:00
.gitignore Update CMakeLists, add translations 2021-05-20 20:25:28 +02:00
CMakeLists.txt Updates 2021-05-29 19:21:05 +02:00
LICENSE GPLv3+ license added 2021-05-21 09:32:06 +00:00
README.md fix button positioning and install command in readme 2021-05-22 01:14:32 +03:00
cyber-edit.desktop initial commit 2021-05-20 23:54:08 +03:00

README.md

cyber-edit

Text editor for the Cyber desktop environment.

Dependencies

https://github.com/cyberos/meuikit

Building

mkdir build
cd build
cmake ..
make -j$(nproc)

Installing

sudo make install