Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon authored May 17, 2024
1 parent 00cdec6 commit 5dee966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The live site can be found at [https://curriculum.turing.edu/](https://curriculu
* Note: You will need Ruby 3.2.2 installed ([setup instructions if needed](https://mod0.turing.edu/computer-setup#install-rbenv))
* Run `bundle install`
* You can now begin to edit the website.
* To start the server run `jekyll serve --incremental`.
* To start the server run `bundle exec jekyll serve --incremental`.
* Navigate to `localhost:4000` to see the site
* You can push changes to production by pushing the `main` branch to github. `git push origin main`.
* The changes may take a minute or two to be recognized on production. Please make sure you review your changes on production.
Expand Down

0 comments on commit 5dee966

Please sign in to comment.