aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-13 14:53:48 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-13 14:53:48 +0800
commit7aa9fef0682481c04533046df3fc3afc9f6a1c9f (patch)
tree0144176a2bf484f1d3e666d8b54b8bcdb20f3203 /README.md
parent6bfb3fc94e3bffd89aedfb9dd0de609fe9eed363 (diff)
downloadDropOut-7aa9fef0682481c04533046df3fc3afc9f6a1c9f.tar.gz
DropOut-7aa9fef0682481c04533046df3fc3afc9f6a1c9f.zip
feat: update README with build instructions and enhance SVG icon for better visualization
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index dedd2d0..6be6b08 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,22 @@ Not Yet. :{
## Installation
-You can download the latest version of DropOut from the [Releases](https://github.com/HsiangNianian/DropOut/releases) page, or you can build it from source:
+You can download the latest version of DropOut from the [Releases](https://github.com/HsiangNianian/DropOut/releases) page.
+
+### Build from Source
+
+Prerequisites:
+- [Rust](https://www.rust-lang.org/tools/install)
+- [Tauri Prerequisites](https://v2.tauri.app/start/prerequisites/)
```bash
git clone https://github.com/HsiangNianian/DropOut
cd DropOut
-cargo build --release
+# Install frontend dependencies (if any)
+# npm install
+
+# Build the application
+cargo tauri build
```
## License