Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.21 KB

Zeurus

Zeurus, a cross-platform blazingly fast text editor with Syntax Highlighting

Installation

Installing Zeurus is very straight forward.
Currently, Mac Support is pending due to the lack of testers.

Head over to the releases and grab the .msi if you are on windows, tar.zst & .deb for Linux

Development

If you'd like to compile Zeurus from source, please read the following:

REQUIREMENTS

  • All prerequisites in here
  • yarn because npm bad (npm i -g yarn)

Once met requirements, do the following:

$ git clone https://github.com/DashCruft/Zeurus.git && cd Zeurus
$ yarn

To run Zeurus afterwards, yarn tauri:serve.