Removed unnecessary step in the README

This commit is contained in:
Solomon Hykes 2013-03-16 11:39:49 -07:00
parent b55e461122
commit da47420af6
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ Installing on Ubuntu 12.04 and 12.10
```bash
cd docker-master
sudo ./docker import base
sudo ./docker run -a -i -t base /bin/bash
```