Use the scotty development version#

To use the development version, or to develop new features for scotty please use the following guide

Checkout the latest of simplecore-tools

From a directory on command line run

$ git clone git@github.com:avnet-embedded/simplecore-tools.git
Run scotty
$ export SCOTTY_USE_LOCAL_DOCKERFILE=1
$ <path/to/simplecore-tools/checkout>/scotty/scotty ...

Update your local clone

This will not update the checkout of simplecore-tools automatically.

Please do that manually from time to time, using e.g. git pull