Correct minor typos in website

This commit is contained in:
Thomas Jensen 2021-08-08 21:03:17 +02:00
parent 6dbfb6086a
commit 396ad8e309
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ In order to run the website locally, ...
1. `cd {{ site.name }}` 1. `cd {{ site.name }}`
1. `git checkout gh-pages` 1. `git checkout gh-pages`
1. `bundle install` 1. `bundle install`
This command should take case of installing everything else as per the Gemfile. This command takes care of installing everything else as per the Gemfile.
1. `bundle exec jekyll serve --watch --incremental --trace` 1. `bundle exec jekyll serve --watch --incremental --trace`
Now you can browse the website at *http://localhost:4000* Now you can browse the website at *http://localhost:4000*

View File

@ -128,7 +128,7 @@ Basically very simple, but there may be a few pitfalls, so we'll go through each
**Do not** install <tt>mingw-developer-toolkit</tt>, because if on 64bit, this requires tweaking of several **Do not** install <tt>mingw-developer-toolkit</tt>, because if on 64bit, this requires tweaking of several
environment variables to get gcc to use 32bit libs all around (which may be hard to get right for laymen). environment variables to get gcc to use 32bit libs all around (which may be hard to get right for laymen).
7. In the menu, select *Installation* &rarr; *Apply Changes*. 7. In the menu, select *Installation* &rarr; *Apply Changes*.
Something like 113 Packages will be installed, which may take a few minutes. Something like 80 Packages will be installed, which may take a few minutes.
8. Upon success, select *Installation* &rarr; *Quit* from the menu. 8. Upon success, select *Installation* &rarr; *Quit* from the menu.