Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

acm-uiuc/twilight-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twilight

Root repo for twilight

Overview

twilight-hardware

twilight-embedded

twilight-ios

twilight-border-router

Getting Started

Make sure you have Python and pip installed before starting

There are a couple components of the twilight. To get all of them we use a tool called repo

  1. Install repo - https://android.googlesource.com/tools/repo/

    Mac OS

    brew install repo 

    Ubuntu 14.04+

    sudo apt install repo
    
  2. Make a directory to house your twilight work

    mkdir twilight
  3. Within this directory run the following command to start managing the projects

    repo init -u git@github.com:acm-uiuc/twilight
  4. Run the following command to grab the latest of all the repos

    repo sync