Skip to content

Commit faa58f7

Browse files
committed
Minor doc updates
1 parent ba48451 commit faa58f7

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,21 +163,16 @@ See the [installation guide](https://docs.rs/celq/latest/celq/installation_guide
163163
FreeBSD builds are tested in [Cirrus CI](https://cirrus-ci.org/) and cross-compiled with [Zig](https://github.com/rust-cross/cargo-zigbuild). Although `celq` is not yet in the ports tree, it does publish pre-built binaries:
164164

165165
```bash
166-
# Set version
167166
VERSION=v0.2.0
168167
RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
169168
170-
# Download and verify checksum
171-
fetch ${RELEASE_URL}/SHA256SUMS
172169
fetch ${RELEASE_URL}/celq-x86_64-unknown-freebsd.tar.gz
173-
sha256 -c SHA256SUMS --ignore-missing
174170
175-
# Extract and install
176171
tar xzf celq-x86_64-unknown-freebsd.tar.gz
177172
sudo install -m 755 celq /usr/local/bin/
178173
```
179174

180-
`celq` can be installed from source following the [Cargo](#cargo) section. We strive to always compile with the Rust version provided in the ports tree.
175+
`celq` can also be installed from source following the [Cargo](#cargo) section. We strive to always compile with the Rust version provided in the ports tree.
181176

182177
## Limitations
183178

docs/installation_guide.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,16 @@ nix-build
175175
FreeBSD builds are tested in [Cirrus CI](https://cirrus-ci.org/) and cross-compiled with [Zig](https://github.com/rust-cross/cargo-zigbuild). Although `celq` is not yet in the ports tree, it does publish pre-built binaries that can be installed manually:
176176

177177
```bash
178-
# Set version
179178
VERSION=v0.2.0
180179
RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
181180
182-
# Download and verify checksum
183-
fetch ${RELEASE_URL}/SHA256SUMS
184181
fetch ${RELEASE_URL}/celq-x86_64-unknown-freebsd.tar.gz
185-
sha256 -c SHA256SUMS --ignore-missing
186182
187-
# Extract and install
188183
tar xzf celq-x86_64-unknown-freebsd.tar.gz
189184
sudo install -m 755 celq /usr/local/bin/
190185
```
191186

192-
`celq` can be installed from source following the [Cargo](#cargo) section. We strive to always compile with the Rust version provided in the ports tree.
187+
`celq` can also be installed from source following the [Cargo](#cargo) section. We strive to always compile with the Rust version provided in the ports tree.
193188

194189
## Integrity and Authenticity
195190

0 commit comments

Comments
 (0)