diff --git a/.replit b/.replit new file mode 100644 index 0000000..e6518a2 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python /home/runner/scripts/ci/install ; python /home/runner/awsshell/__init__.py" diff --git a/README.rst b/README.rst index 857d9e5..a169908 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,8 @@ aws-shell - The interactive productivity booster for the AWS CLI .. image:: https://aws-developer-blog-media.s3-us-west-2.amazonaws.com/cli/Super-Charge-Your-AWS-Command-Line-Experience-with-aws-shell/aws-shell-final.gif +.. image:: https://repl.it/badge/github/awslabs/aws-shell + :target: https://repl.it/github/awslabs/aws-shell Installation ============