Fixed missing $HOME in usage.md

This commit is contained in:
Giovanni Toraldo 2014-02-06 16:12:20 +01:00
parent 12f7963d1f
commit ce2a02d758

View file

@ -100,5 +100,5 @@ the code below if you are on a Linux machine:
$ rm -rf $HOME/.vagrant.d/cache/<box-name>/<optional-bucket-name>
# scope = :machine
$ rm -rf .vagrant/cache/<box-name>/<optional-bucket-name>
$ rm -rf $HOME/.vagrant/cache/<box-name>/<optional-bucket-name>
```