donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.24k stars 281 forks source link

Update README with docker instructions #50

Closed frosforever closed 8 years ago

frosforever commented 8 years ago

Add instructions for building and running SAWS via docker

codecov-io commented 8 years ago

Current coverage is 95.44%

Merging #50 into master will not affect coverage as of a813120

@@            master     #50   diff @@
======================================
  Files           28      28       
  Stmts         1208    1208       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           1153    1153       
  Partial          0       0       
  Missed          55      55       

Review entire Coverage Diff as of a813120

Powered by Codecov. Updated on successful CI builds.

donnemartin commented 8 years ago

@frosforever thanks for the pull request, looks good to me.

I might create anINSTALL doc linked from the README. The README might just contain basic pip install instructions and a header with link to more detailed install instructions for virtualenv, pipsi, and docker.

frosforever commented 8 years ago

@donnemartin Sounds good to me! The Readme is looking kinda full.

donnemartin commented 8 years ago

@frosforever thanks for the contribution! I'll follow this up by separating out some of the install instructions.