Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hayabusa"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
license = "AGPL-3.0-or-later"
license-file = "LICENSE.md"
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ break something.

Finished! You can now run `hayabusa` to run the program.

## Uninstallation
- Inside the repository, run `sudo make uninstall`

Finished! The program is now uninstalled.

## Usage
You will need to have the daemon running in the background before making a
request with the user facing binary. It is recommended to use a systemd
Expand Down
Loading