https://github.com/jeedom/core
Raw File
Tip revision: 1bb7e98c9862935c17c51f5810f69fef6f097c6f authored by Loïc on 08 May 2015, 16:22:32 UTC
Merge pull request #120 from jeedom/master
Tip revision: 1bb7e98
README.md
# Jeedom by Loïc Gevrey #

Website (English): [https://jeedom.fr/index-en.php](https://jeedom.fr/index-en.php)

Website (French):  [https://jeedom.fr/](https://jeedom.fr/)

(Readme en français [ci-dessous](#french).)

# Install #
```bash
sudo apt-get update
sudo apt-get dist-upgrade
curl -sS https://raw.githubusercontent.com/jeedom/core/stable/install/install.sh | sudo sh
```

# French #

# Installation #
```bash
sudo apt-get update
sudo apt-get dist-upgrade
curl -sS https://raw.githubusercontent.com/jeedom/core/stable/install/install.sh | sudo sh
```
back to top