Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
/ builder Public archive

Yet Another Particle Transport IDE - build/deploy tools

License

Notifications You must be signed in to change notification settings

yaptide/builder

Repository files navigation

Build Status

yaptide - Yet Another Particle Transport IDE

buildtools overview

Setup basic dev environment

non-root environment

    sudo apt-get -y update && \
    sudo apt-get -y install wget sudo git curl && \
    wget https://raw.githubusercontent.com/yaptide/builder/master/config/setup_env.sh && \
    source setup_env.sh

root environment

    apt-get -y update && \
    apt-get -y install wget sudo git curl && \
    wget https://raw.githubusercontent.com/yaptide/builder/master/config/setup_env.sh && \
    source setup_env.sh

About

Yet Another Particle Transport IDE - build/deploy tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published