Skip to content

Commit

Permalink
Fix typo in build-essential package name.
Browse files Browse the repository at this point in the history
The package which is required for this installation is named `build-essential`, not `build-essentials`.
  • Loading branch information
dgrahn authored and cabreraam committed Aug 24, 2024
1 parent 68e2f7a commit 3253fb8
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 @@ -27,7 +27,7 @@ When you are initially working your website, it is very useful to be able to pre
1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
1. Run `jekyll serve -l -H localhost` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.

If you are running on Linux it may be necessary to install some additional dependencies prior to being able to run locally: `sudo apt install build-essentials gcc make`
If you are running on Linux it may be necessary to install some additional dependencies prior to being able to run locally: `sudo apt install build-essential gcc make`

# Maintenance

Expand Down

0 comments on commit 3253fb8

Please sign in to comment.