Skip to content

Commit 543f796

Browse files
committed
Fix FreeBSD docs again
1 parent faa58f7 commit 543f796

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
169169
fetch ${RELEASE_URL}/celq-x86_64-unknown-freebsd.tar.gz
170170
171171
tar xzf celq-x86_64-unknown-freebsd.tar.gz
172-
sudo install -m 755 celq /usr/local/bin/
172+
su root -c 'install -m 755 celq /usr/local/bin/'
173173
```
174174

175175
`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.

docs/installation_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
181181
fetch ${RELEASE_URL}/celq-x86_64-unknown-freebsd.tar.gz
182182
183183
tar xzf celq-x86_64-unknown-freebsd.tar.gz
184-
sudo install -m 755 celq /usr/local/bin/
184+
su root -c 'install -m 755 celq /usr/local/bin/'
185185
```
186186

187187
`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.

0 commit comments

Comments
 (0)