Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppggff authored May 24, 2022
1 parent b928108 commit 3883de1
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 @@ -133,7 +133,7 @@ end
Vagrant.configure(2) do |config|
# ... other stuff
config.vm.network "forwarded", guest: 80, host: 8080
config.vm.network "forwarded_port", guest: 80, host: 8080
end
```

Expand Down Expand Up @@ -204,4 +204,3 @@ Thanks @kjeldahl fix this at [issue #6](https://github.com/ppggff/vagrant-qemu/i
* Better error messages
* Network
* GUI mode
* Support other box format, such as vmware, parallel

0 comments on commit 3883de1

Please sign in to comment.