Compare commits
1 commit
b2f16daa2a
...
931f4ca58e
Author | SHA1 | Date | |
---|---|---|---|
931f4ca58e |
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -4,13 +4,25 @@ bevy/egui desktop app for performing version-based line sorting, and blank-line
|
|||
|
||||

|
||||
|
||||
this is designed and built specifically for one single person, to help make their life simpler - this is not general-purpose, or one-size-fits all.
|
||||
this is designed and built specifically for one single person, to help make their life simpler - this is not general-purpose, or one-size-fits-all.
|
||||
|
||||
## installation
|
||||
|
||||
check out the [releases](https://git.thermokar.st/thermokarst/dsort/releases) page for pre-built binaries.
|
||||
|
||||
## development
|
||||
|
||||
```bash
|
||||
cargo run
|
||||
```
|
||||
|
||||
## release process
|
||||
|
||||
ensure the following are available on the system
|
||||
- `mingw` toolchain (`brew install mingw-w64`)
|
||||
- `rust`
|
||||
- `rust` (whatever `rustup` gave me)
|
||||
|
||||
```bash
|
||||
# et voila
|
||||
./package.sh
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue