Add release notes May 14, 2015

This commit is contained in:
Paulus Schoutsen 2015-05-14 22:52:55 -07:00
parent 4f30c621fc
commit 6c0d9b08fa
10 changed files with 182 additions and 5 deletions

View file

@ -24,7 +24,7 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
```bash
git clone --recursive https://github.com/balloob/home-assistant.git
cd home-assistant
python3 -m pip install -r requirements.txt
python3 -m pip install --user -r requirements.txt
python3 -m homeassistant --open-ui
```
</p>