File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments