Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleUsing (command-line) Git.
  1. On your computer, create a folder where OpenWSN will be cloned, e.g. C:\Users\my_username\Documents\openwsn.
  2. TODO

On Linux

Expand
titleUsing the command line.
  1. Install Git. In Ubuntu, type:

    Code Block
    languagebash
    $sudo apt-get install git-core
  2. On your computer, create a folder where OpenWSN will be cloned, e.g. /home/my_user/openwsn.

  3. Navigate to this directory:

    Code Block
    languagebash
    $cd /home/my_user/openwsn
  4. Clone the repositories you want to download by entering their Git URLs (see list in table above). For example, to download the OpenWSN firmware:

    Code Block
    $git clone git@github.com:openwsn-berkeley/openwsn-fw.git