diff --git a/.replit b/.replit new file mode 100644 index 0000000..524b6ed --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "python setup.py install ; pip install boto3 ; s4cmd -h" diff --git a/README.md b/README.md index 6b517dc..b5c015c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # s4cmd ### Super S3 command line tool [![Build Status](https://travis-ci.com/bloomreach/s4cmd.svg?branch=master)](https://travis-ci.com/bloomreach/s4cmd) [![Join the chat at https://gitter.im/bloomreach/ s4cmd](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bloomreach/s4cmd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Run on Repl.it](https://repl.it/badge/github/bloomreach/s4cmd)](https://repl.it/github/bloomreach/s4cmd) ----