Skip to content

Commit

Permalink
Updated docs for ArchLinux
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Dec 25, 2015
1 parent 782c228 commit fe0197f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/dnsmasq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@

# Installation

## Raspbian

```
sudo apt-get install dnsmasq
```

## Arch Linux ARM

```
sudo pacman -S dnsmasq
```

Use the config file on this repository to make it work and change the
options as you need. You will probably want to change:

Expand All @@ -21,10 +29,20 @@ options as you need. You will probably want to change:

## Files needed

### Raspbian

* [/etc/dnsmasq.conf](https://github.com/humitos/pyfispot/blob/master/raspberrypi/etc/dnsmasq.conf)

You will also need to start the service at startup (boot):

```
sudo update-rc.d dnsmasq enable
```

### Arch Linux ARM

* [/etc/dnsmasq.conf](https://github.com/humitos/pyfispot/blob/master/archlinuxarm/etc/dnsmasq.conf)

```
sudo systemctl enable dnsmasq
```

0 comments on commit fe0197f

Please sign in to comment.