Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed instructions for adding a box manually
  • Loading branch information
jarshwah committed Nov 26, 2016
1 parent 4a55752 commit fd800df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Then, either:
* Or, if you have already downloaded the box file separately, then run the
following command in order to import the box into vagrant and boot up the VM:

(host) $ vagrant box add djangoproject/django-box-1.11 path/to/django-box-1.11.box
(host) $ vagrant box add path/to/django-box-1.11.box --name djangoproject/django-box-1.11
(host) $ cd django-box
(host) $ vagrant up

Expand Down Expand Up @@ -213,7 +213,7 @@ be saved, then you can package the output:
(host) $ VAGRANT_VAGRANTFILE=Vagrantfile-build vagrant package \
--output django-box-1.11.box

(host) $ vagrant box add django-box-1.11.box --name django-box-1.11
(host) $ vagrant box add django-box-1.11.box --name djangoproject/django-box-1.11 # optional - for testing

Note that compiling a new version should only be required when releasing a new
build to atlas.hashicorp.com.
Expand Down

0 comments on commit fd800df

Please sign in to comment.