Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mitnk committed Sep 29, 2024
1 parent dbb32fd commit f91487c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# cicada Release Notes

## 1.0.0 - 2024.09.29

- Bumped version to 1.0!

## 0.9.40 - 2024.09.26

- Fix a Unicode issue for commands end with `&`.
Expand Down
7 changes: 5 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Move it to right place and add runable permisson:

```
# on Mac
$ mv cicada-mac-arm64 /usr/local/bin/cicada
$ mv cicada-aarch64-apple-darwin /usr/local/bin/cicada
# on Linux
$ mv cicada-linux-x86_64 /usr/local/bin/cicada
$ mv cicada-x86_64-unknown-linux-gnu /usr/local/bin/cicada
$ chmod +x /usr/local/bin/cicada
```
Expand Down Expand Up @@ -83,6 +83,9 @@ cicada will be installed under `/usr/local/bin`

> I found on newer MacOS, a reboot is needed after generating a new binary.
> This may be an bug/feature of the OS security things.
>
> UPDATE: a reboot can be avoided if we run:
> `rm -f /usr/local/bin/cicada && cp /path/of/new/cicada /usr/local/bin/`
## Set cicada as your login shell

Expand Down

0 comments on commit f91487c

Please sign in to comment.