You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binocle can be installed from the [extra repository](https://archlinux.org/packages/extra/x86_64/binocle/) using [pacman](https://wiki.archlinux.org/title/Pacman):
47
47
48
-
```
48
+
```bash
49
49
pacman -S binocle
50
50
```
51
51
@@ -56,7 +56,7 @@ Download the corresponding archive from the [Release page](https://github.com/sh
56
56
### With cargo (Linux, macOS, Windows)
57
57
58
58
binocle can be installed via [cargo](https://doc.rust-lang.org/cargo/):
59
-
```
59
+
```bash
60
60
cargo install binocle
61
61
```
62
62
@@ -72,3 +72,5 @@ See the [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) files fo
0 commit comments