ttn-zh / ic880a-gateway

Reference setup for iC880a gateways running The Things Network
GNU General Public License v3.0
456 stars 210 forks source link

Typo mistake I think! #55

Closed sailokeshaithagoni closed 5 years ago

sailokeshaithagoni commented 5 years ago

Please change the command while installing the packet forwarder in this link after these two commands: $ git clone https://github.com/ttn-zh/ic880a-gateway.git ~/ic880a-gateway $ cd ~/ic880a-gateway

It should be: $ sudo ./install.sh spi

But it is like : $ sudo ./install.sh

spi is missing and it's confusing most of the people.

gonzalocasas commented 5 years ago

Mmm.. no, actually, the README that you're linking to is the master branch one, that is for the USB version, if you switch to the spi branch, the README correctly shows instructions with the spi argument in it.

sailokeshaithagoni commented 5 years ago

yeah thanks for the explanation! I got it now!