summaryrefslogtreecommitdiff
path: root/server/README
diff options
context:
space:
mode:
Diffstat (limited to 'server/README')
-rw-r--r--server/README2
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