Skip to content

Commit 0ec9b76

Browse files
authored
Merge pull request #2 from mrtuvn/fix-branch
Update branch name in guide alternative install
2 parents c27b44f + 79e5376 commit 0ec9b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Warden may be installed by cloning the repository to the directory of your choic
2424

2525
sudo mkdir /opt/warden
2626
sudo chown $(whoami) /opt/warden
27-
git clone -b master https://github.com/wardenenv/warden.git /opt/warden
27+
git clone -b main https://github.com/wardenenv/warden.git /opt/warden
2828
echo 'export PATH="/opt/warden/bin:$PATH"' >> ~/.bashrc
2929
PATH="/opt/warden/bin:$PATH"
3030
warden svc up

0 commit comments

Comments
 (0)