Microsoft Edit
a year ago
- #development
- #editor
- #rust
- The editor is inspired by the classic MS-DOS Editor but has a modern interface similar to VS Code.
- Download the latest release from the releases page and extract the archive.
- Copy the 'edit' binary to a directory in your PATH and delete unnecessary files.
- Use 'winget install Microsoft.Edit' to automatically add 'edit' to your PATH.
- If 'edit' doesn't work, open a new terminal.
- For development, install Rust and the nightly toolchain using 'rustup install nightly'.
- Alternatively, set the environment variable 'RUSTC_BOOTSTRAP=1'.
- Clone the repository and run 'cargo build --config .cargo/release.toml --release' for a release build.