wasp-os/tools/docker/setup-env.sh
Shuhao Wu 268f8c06e9 Added Docker setup to build wasp-os.
This should make it a bit easier for people to contribute. Also fixed
the documentations on how to setup on Debian, as certain recommended
packages don't exist.

Signed-off-by: Shuhao Wu <shuhao@shuhaowu.com>
2021-02-20 08:44:22 +00:00

4 lines
75 B
Bash

export PATH=/opt/gcc-arm-none-eabi-9-2019-q4-major/bin:$PATH
cd ~/wasp-os