Skip to content

Commit

Permalink
Merge pull request #268 from elopio/patch-1
Browse files Browse the repository at this point in the history
Add the instructions to install the stable snap
  • Loading branch information
DenisCarriere committed Aug 10, 2017
2 parents 4af4f2c + 4ed81d9 commit 8dcad85
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,20 @@ $ python setup.py install

### Snap Install

To install the geocoder [snap](https://snapcraft.io) in any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
To install the stable geocoder [snap](https://snapcraft.io) in any of the [supported Linux distros](https://snapcraft.io/docs/core/install):

```bash
$ sudo snap install geocoder
```

If you want to help testing the latest changes from the master branch, you can install it from the edge channel:

```bash
$ sudo snap install geocoder --edge
```

The installed snap will be updated automatically every time a new version is pushed to the store.

Twitter
-------
Speak up on Twitter [@DenisCarriere](https://twitter.com/DenisCarriere) and tell me how you use this Python Geocoder. New updates will be pushed to Twitter Hashtags [#python](https://twitter.com/search?q=%23python).
Expand Down

0 comments on commit 8dcad85

Please sign in to comment.