https://github.com/jeedom/core
Raw File
Tip revision: 86cd1068d3e347e581c8f2bca2323bd8ba81cb12 authored by Loïc on 14 August 2015, 07:59:12 UTC
Merge pull request #145 from jeedom/master
Tip revision: 86cd106
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