| Updating README file. - gamingskill - A Linux gaming news skill for Amazon Alex… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 4bd8574109cecc90ad032dfdd8799d371aaf0ea6 | |
| parent 1fafe6eb804aa8c04ae89367f18902e531c5b375 | |
| Author: Jay Scott <[email protected]> | |
| Date: Wed, 5 May 2021 20:33:40 +0100 | |
| Updating README file. | |
| Diffstat: | |
| A README | 13 +++++++++++++ | |
| D README.md | 10 ---------- | |
| 2 files changed, 13 insertions(+), 10 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| @@ -0,0 +1,13 @@ | |
| + | |
| +|> Linux Gaming Alexa Skill | |
| + | |
| +Alexa skill to get the latest 5 articles posted on the gamingonlinux | |
| +site. I made this purely to get $100 free AWS credits a month. | |
| + | |
| +usage: | |
| + | |
| + $ virtualenv virtualenv --python=/usr/bin/python2.7 venv | |
| + $ source venv/bin/activate | |
| + $ pip install -r requirements.txt | |
| + $ zappa init | |
| + $ zappa deploy dev | |
| diff --git a/README.md b/README.md | |
| @@ -1,10 +0,0 @@ | |
| -# Linux Gaming Alexa Skill | |
| - | |
| -Alexa skill to get the latest 5 articles posted on the gamingonlinux site. | |
| - | |
| - | |
| - - virtualenv virtualenv --python=/usr/bin/python2.7 venv | |
| - - source venv/bin/activate | |
| - - pip install -r requirements.txt | |
| - - zappa init | |
| - - zappa deploy dev |