Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gderosa committed Apr 23, 2019
1 parent 3f93143 commit 4feae94
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# margay
Everything you need to install a Margay device on real hardware.

After installing Debian. As root, type:
After installing Debian, as root, type:

```bash
wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup | bash
```

and that's it.
If you only need core and openvpn functionality, great, you've done!

---

If you also want to activate hotspot/RADIUS functionality, then run:

```bash
wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-hotspot | bash
```

And that's it.

Happy network config :stuck_out_tongue_winking_eye:

0 comments on commit 4feae94

Please sign in to comment.