Skip to content

Commit f5bb9a4

Browse files
committed
adding one-liner to rebuild on obsd
1 parent b5965db commit f5bb9a4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ export LIBCLANG_PATH=/usr/local/llvm17/lib
187187
cargo build # or cargo build --release
188188
```
189189

190+
One-liner to rebuild for release:
191+
192+
```shell
193+
LIBCLANG_PATH=/usr/local/llvm17/lib cargo build --release
194+
```
195+
190196
### Deploying
191197

192198
You might also want to setup [`relayd(8)`](https://man.openbsd.org/relayd.8) to bind `0.0.0.0:443` and `0.0.0.0:1965` to the single listen port `4443`.

0 commit comments

Comments
 (0)