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

Latest commit

 

History

History
22 lines (18 loc) · 665 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 665 Bytes

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