Skip to content

Commit 154c2b3

Browse files
author
llaske
committed
Sugarizer Server no longer need dev branch of client
1 parent 5edde8f commit 154c2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To run Sugarizer Server with a few command lines using Docker and Docker Compose
1313

1414
**Clone Sugarizer Client and Sugarizer Server**
1515

16-
git clone -b dev https://github.com/llaske/sugarizer
16+
git clone https://github.com/llaske/sugarizer
1717
git clone https://github.com/llaske/sugarizer-server
1818

1919
**Install Docker and Docker Compose on Ubuntu**
@@ -57,7 +57,7 @@ To run Sugarizer Server **without Docker**, follow the step behind. Commands are
5757

5858
sudo apt-get install git
5959
cd /home/root
60-
sudo git clone -b dev https://github.com/llaske/sugarizer
60+
sudo git clone https://github.com/llaske/sugarizer
6161
sudo git clone https://github.com/llaske/sugarizer-server
6262
cd /home/root/sugarizer-server
6363
sudo npm install

0 commit comments

Comments
 (0)