Updating README file. - gamingskill - A Linux gaming news skill for Amazon Alexa, so I could get monthly AWS credits.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 4bd8574109cecc90ad032dfdd8799d371aaf0ea6
(DIR) parent 1fafe6eb804aa8c04ae89367f18902e531c5b375
(HTM) Author: Jay Scott <me@jay.scot>
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(-)
---
(DIR) 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
(DIR) 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