fork
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
aren d5d7bf40c5 add argument support 2 years ago
src add argument support 2 years ago
translations Translated using Weblate (Russian) 2 years ago
.gitignore Update CMakeLists, add translations 2 years ago
CMakeLists.txt Updates 2 years ago
LICENSE GPLv3+ license added 2 years ago
README.md fix button positioning and install command in readme 2 years ago
cyber-edit.desktop initial commit 2 years ago

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