Skip to content

Commit bf2bdb6

Browse files
committed
docs: Update installation method
1 parent 5f9f84c commit bf2bdb6

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

crates/cli/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ cargo install abcrypt-cli
2727
If you want to enable optimizations such as LTO, set them using [environment
2828
variables].
2929

30-
### Via a package manager
31-
32-
| OS | Package manager | Command |
33-
| ----- | --------------- | ------------------------------------------ |
34-
| _Any_ | [Homebrew] | `brew install sorairolake/tap/abcrypt-cli` |
35-
3630
### From binaries
3731

3832
The [release page] contains pre-built binaries for Linux, macOS and Windows.
@@ -145,7 +139,6 @@ licensing information.
145139
[license-badge]: https://img.shields.io/crates/l/abcrypt-cli?style=for-the-badge
146140
[abcrypt encrypted data format]: ../../docs/spec/FORMAT.adoc
147141
[environment variables]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#configuration-environment-variables
148-
[Homebrew]: https://brew.sh/
149142
[release page]: https://github.com/sorairolake/abcrypt/releases
150143
[BUILD.adoc]: BUILD.adoc
151144
[`abcrypt(1)`]: https://sorairolake.github.io/abcrypt/book/cli/man/man1/abcrypt.1.html

docs/book/modules/cli/pages/install.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
= Installation
66
:environment-variables-url: https://doc.rust-lang.org/cargo/reference/environment-variables.html#configuration-environment-variables
7-
:brew-url: https://brew.sh/
87
:release-page-url: https://github.com/sorairolake/abcrypt/releases
98

109
== From source
@@ -17,16 +16,6 @@ cargo install abcrypt-cli
1716
If you want to enable optimizations such as LTO, set them using
1817
{environment-variables-url}[environment variables].
1918

20-
== Via a package manager
21-
22-
|===
23-
|OS |Package manager |Command
24-
25-
|_Any_
26-
|{brew-url}[Homebrew]
27-
|`brew install sorairolake/tap/abcrypt-cli`
28-
|===
29-
3019
== From binaries
3120

3221
The {release-page-url}[release page] contains pre-built binaries for Linux,

0 commit comments

Comments
 (0)