Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
#91: Revert changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Nov 8, 2017
1 parent bb1dd40 commit ad2ffe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ One of the great features of Vagrant is [Vagrant Share](https://docs.vagrantup.c
1. Create your (free) [account](https://dashboard.ngrok.com/user/signup) on ngrok.
1. [Download](https://ngrok.com/download) and install ngrok.
1. Set up the authentication token on your machine as described in the [ngrok documentation](https://ngrok.com/docs/2#authtoken).
1. Add the following line in your _Vagrantfile_: `config.vm.network "forwarded_port", guest: 80, host: 8080, auto_correct: true`

Now you're ready to start sharing access. Run this command and share the resulting Ngrok HTTP URL:

```
vagrant share
vagrant share --http 80
```

For more options and background please refer to the [Vagrant docs](https://docs.vagrantup.com/v2/share/index.html).
Expand Down

0 comments on commit ad2ffe8

Please sign in to comment.