Skip to content

Commit 0b62adf

Browse files
committed
Merge branch 'master' of github.com:ryanstreet/magento2-vagrant
2 parents 217e800 + 775dd9d commit 0b62adf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ After Vagrant and Virtualbox are setup, run the following commands to install th
4141
**Navigate to the folder**
4242

4343
cd /path/to/magento2-vagrant/
44+
45+
**(Optional) Add Github Personal Access Token**
46+
47+
Read [this](http://devdocs.magento.com/guides/v1.0/install-gde/trouble/tshoot_rate-limit.html) guide to get a personal access token. Once you have created the token, open up the `Vagrantfile` and place the token here:
48+
49+
githubToken = ""
50+
_Note: If you did not enter a personal access token, Composer will not run automatically. You will have to run it yourself to finish installation._
51+
4452
**Run Vagrant Command**
4553

4654
vagrant up

0 commit comments

Comments
 (0)