A simple editor for simple needs.
- Install Rust
- Install the nightly toolchain:
rustup install nightly- Alternatively, set the environment variable
RUSTC_BOOTSTRAP=1
- Alternatively, set the environment variable
- Clone the repository
- For a release build, run:
cargo build --config .cargo/release.toml --release