Update snips installation command in documentation (#11270)

* Update installation commands for snips

* ✏️ Tweak


Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
springstan 2019-11-25 21:04:14 +01:00 committed by Franck Nijhof
parent 7da999aaff
commit 4af15efb6a

View File

@ -27,7 +27,7 @@ The Snips platform can be installed via the Snips APT/Debian repository.
sudo apt-get update
sudo apt-get install -y dirmngr
sudo bash -c 'echo "deb https://raspbian.snips.ai/$(lsb_release -cs) stable main" > /etc/apt/sources.list.d/snips.list'
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys D4F50CDCA10A2849
sudo apt-key adv --fetch-keys https://raspbian.snips.ai/531DD1A7B702B14D.pub
sudo apt-get update
sudo apt-get install -y snips-platform-voice
```