6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
set -eo pipefail
|
||
|
|
||
|
cargo install --path crates/hyperlog --force
|