We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27b44f commit 79e5376Copy full SHA for 79e5376
installing.md
@@ -24,7 +24,7 @@ Warden may be installed by cloning the repository to the directory of your choic
24
25
sudo mkdir /opt/warden
26
sudo chown $(whoami) /opt/warden
27
- git clone -b master https://github.com/wardenenv/warden.git /opt/warden
+ git clone -b main https://github.com/wardenenv/warden.git /opt/warden
28
echo 'export PATH="/opt/warden/bin:$PATH"' >> ~/.bashrc
29
PATH="/opt/warden/bin:$PATH"
30
warden svc up
0 commit comments