Skip to content

Commit

Permalink
Reorder build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Jul 19, 2020
1 parent 888ed08 commit a365326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ Ubuntu/WSL/MacOS:
# Generating regional sites (Optional)
ruby ./_deployment/regions.rb

# Minify JS (Optional)
./_deployment/minify-js.sh

# Generate WebP images
./_deployment/webp.sh

Expand All @@ -79,6 +76,9 @@ bundle exec jekyll build

# Running the site locally
bundle exec jekyll serve --watch

# Minify JS (Optional)
./_deployment/minify-js.sh
```

The TwoFactorAuth website should now be accessible from `http:https://localhost:4000`.
Expand Down

0 comments on commit a365326

Please sign in to comment.