Changes

Line 28: Line 28:  
* Clone sweets sources and install it (after the first run, you need to relogin to take into account the new PATH value, then just run {{Code|sweets}} command):
 
* Clone sweets sources and install it (after the first run, you need to relogin to take into account the new PATH value, then just run {{Code|sweets}} command):
   −
  git clone --recursive git://git.sugarlabs.org/sdk/sweets.git
+
  git clone git://git.sugarlabs.org/sdk/sweets.git
  sweets/sweets upgrade
+
  cd sweets
 
+
git submodule init
Note, it is important to use {{Code|--recursive}} because git repository contains one submodule.
+
git submodule update
 +
./sweets upgrade
    
=== Upgrade ===
 
=== Upgrade ===