Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 479 Bytes

PowerUp

Setup

First time laptop setup

  cd /c/git/
  mkdir <your_name> #wher you replace <your_name> with your name
  cd <your_name>
  git clone https://github.com/FRCTeam1024/PowerUp.git
  <path_to_eclipse>/eclipse.exe -data . # you should be in /c/git/<your_name>

Returning to laptop you have used before

  cd /c/git/<your_name>/PowerUp
  git pull
  cd ..
  <path_to_eclipse>/eclipse.exe -data . # you should be in /c/git/<your_name>