Platform Team/Guide/Sweets Usage: Difference between revisions

Line 81: Line 81:
== Run sweets from sources ==
== Run sweets from sources ==


  git clone git://git.sugarlabs.org/sdk/sweets.git ''<install-path>''
  git clone --recursive git://git.sugarlabs.org/sdk/sweets.git
  echo 'PATH=~/.local/bin:$PATH' >> ~/.bashrc
  sweets/sweets upgrade
mkdir -p ~/.local/bin
 
ln -fs ''<full-install-path>''/0run ~/.local/bin/0run
After first run you need to relogin to take into account new PATH value. Then, just run {{Code|sweets}} command.
ln -fs 0run ~/.local/bin/sweets
ln -fs 0run ~/.local/bin/0launch
cd ''<install-path>''
git submodule init
git submodule update


== Current limitations ==
== Current limitations ==