Skip to content

Commit d53bb16

Browse files
committed
set the main branch
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 257b5b7 commit d53bb16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
# DejaCode installer — no root required, works on macOS and Linux.
3-
# Usage: curl -sSL https://raw.githubusercontent.com/aboutcode-org/dejacode/compose-files/install.sh | bash
3+
# Usage: curl -sSL https://raw.githubusercontent.com/aboutcode-org/dejacode/main/install.sh | bash
44
set -eu
55

6-
REPO="https://raw.githubusercontent.com/aboutcode-org/dejacode/compose-files"
6+
REPO="https://raw.githubusercontent.com/aboutcode-org/dejacode/main"
77
INSTALL_DIR="${DEJACODE_HOME:-$HOME/.dejacode}"
88
BIN_DIR="$HOME/.local/bin"
99
WRAPPER="$BIN_DIR/dejacode"

0 commit comments

Comments
 (0)