📚 Adds Edge page to site

This commit is contained in:
Franck Nijhof 2019-08-17 09:24:32 +02:00
parent 546994a5a3
commit a634ef12b3
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,9 @@ mkdir -p docs
# Install requirements
pip install -r requirements.txt
# Download Edge page
curl https://raw.githubusercontent.com/hassio-addons/repository-edge/master/README.md --output docs/edge.md
# Get the pages into the docs folder
ln -sf ../README.md docs/index.md
ln -sf ../LICENSE.md docs/license.md