Skip to content

Commit

Permalink
Merge pull request #627 from tnir/tnir-update-dev-instructions
Browse files Browse the repository at this point in the history
Fix wrong options for Middleman
  • Loading branch information
hsbt authored Jul 5, 2022
2 parents 719e665 + 0bfd048 commit 0f71541
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 @@ -27,9 +27,9 @@ Run a local development web server:

This will start a local web server running at: *http://localhost:4567*. It will serve the site as it exists in **/source**.

To specify the host and/or port, add the -h, -p flag(s):
To specify the host and/or port, add the --bind-address, -p flag(s):

bundle exec middleman -h 0.0.0.0 -p 8080
bundle exec middleman --bind-address 0.0.0.0 -p 8080

Note: the development server will automatically reload pages when they or there associated stylesheets are modified. This feature is enabled in **config.rb**.

Expand Down

0 comments on commit 0f71541

Please sign in to comment.