mirror of
https://codeberg.org/demostf/edit.git
synced 2026-06-03 20:04:06 +02:00
readme
This commit is contained in:
parent
651f59cbea
commit
e734324f37
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -1,5 +1,24 @@
|
||||||
# Demo editor
|
# Demo editor
|
||||||
|
|
||||||
|
## Command line editor
|
||||||
|
|
||||||
|
### Building
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd wasm
|
||||||
|
cargo b --release --features cli
|
||||||
|
```
|
||||||
|
|
||||||
|
binary can be found at `target/release/edit`
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
edit [options] <path.dem>
|
||||||
|
```
|
||||||
|
|
||||||
|
See `edit --help` for the available options.
|
||||||
|
|
||||||
## Rust api
|
## Rust api
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue