Skip to content

Commit 79e5376

Browse files
committed
Update branch name in guide alternative install
1 parent c27b44f commit 79e5376

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)