diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-02-03 23:59:28 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-02-03 23:59:28 +0100 |
| commit | e68e405ed902a10f771fcd8bc4837cb4e2a8e878 (patch) | |
| tree | 8e4b48b1fd1eb81617279e18b462104a0590c836 /server | |
| parent | f1663e24c148421692346f7470d77b258d78b585 (diff) | |
Write correct command
Arguments go after action "build".
Diffstat (limited to 'server')
| -rw-r--r-- | server/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/README b/server/README index 2fdf51d..d9f3262 100644 --- a/server/README +++ b/server/README @@ -5,7 +5,7 @@ Start git, ldap and mariadb in docker/dev using docker compose up or simular. You might have to create docker/git/authorized_keys to be able to mount it. Then compile, using this to get musl based binaries for the githook: -cargo --target=x86_64-unknown-linux-musl --package eyeballs-githook build +cargo build --target=x86_64-unknown-linux-musl --package eyeballs-githook and then: cargo build && cargo run |
