From 404d78c0bab8706b6833c5238167b1e2aec3d715 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Tue, 18 Jan 2022 02:47:34 -0800 Subject: [PATCH] Update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 795cb22..cfc0256 100644 --- a/README.md +++ b/README.md @@ -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?