Update readme

master
Edward Shen 2022-01-18 02:47:34 -08:00
parent 5fa69be1d5
commit 404d78c0ba
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 3 additions and 4 deletions

View File

@ -33,7 +33,6 @@ $ omegaupload download https://paste.example.com/PgRG8Hfrr9rR#I1FG2oejo2gSjB3Ym1
Prerequisites:
- `yarn` 1.22.17 or later (Earlier versions untested but likely to work)
- [`trunk`](https://trunkrs.dev/)
- Cargo, with support for the latest Rust version
- _(Optional)_ zstd, for zipping up the file for distribution
@ -45,9 +44,9 @@ on port `8080`.
### Development
For development, building is as simple as `cargo build`. Note that you may need
to run `trunk build` first before building the server. To run the server (even
for testing) requires uploading `dist.tar.zst` to a remote server.
For development, building is as simple as `cargo build` or `yarn build`. To run
the server (even for testing) requires uploading `dist.tar.zst` to a remote
server.
## Why OmegaUpload?