Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open a Terminal and run the following commands.

cd ~ /Desktop
wget -O yellow-lite-0.9.zip https://avisec.atlassian.net/wiki/download/attachments/10977379/yellow-lite-0.9.zip?api=v2
unzip yellow-lite-0.9.zip
chmod u+x yellow-lite-0.9.jar
rm -f yellow-lite-latest.jar
ln -s yellow-lite-0.9.jar yellow-lite-latest.jar

...