Skip to content

Commit 5a3c82b

Browse files
authored
Update README.md
1 parent 89e4f12 commit 5a3c82b

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
## About
22

3-
It's GUI app; provides features for managing local issues, similar to GitHub issues but for local usage.
3+
It's GUI app that provides features for managing local issues, similar to GitHub issues but for local usage.
44

55
> [!WARNING]
66
> This Application is Pre-alpha
77
88
and almost GUI code are written by Gemini.
99

10-
core features are developed in [local_issues_lib](https://github.com/Uliboooo/local_issues_lib)
10+
core features are developed in [local_issues_lib](https://github.com/Uliboooo/local_issues_lib). and i write it.
11+
12+
## install
13+
14+
download latest version zip from [Release Page](https://github.com/Uliboooo/fork_notes/releases).
15+
and unzip downloaded file.
16+
run `install.sh`.
17+
18+
## build
19+
20+
```sh
21+
cargo build --release
22+
```
23+
24+
## build for release
25+
26+
```sh
27+
chmod +x ./release.sh
28+
./release.sh
29+
```

0 commit comments

Comments
 (0)