Guest User

Untitled

a guest
Feb 17th, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. This will get the js-picam project cloned along with it's submodule, js-picam-ui:
  2.  
  3. ```
  4. git clone git@github.com:goneplaid/js-picam.git
  5. cd js-picam && npm install
  6. git submodule init && git submodule update
  7. ```
Add Comment
Please, Sign In to add comment