Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4284

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
fixed a few typos
  • Loading branch information
NinoRisteski authored Sep 7, 2023
commit 3ad3430815fc8e74e5f0e6e2628b4f5cf7bea48e
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add these lines to your `.bashrc` or equivalent to ensure you have permissions t
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
```
Don't forget to `source ~/.bashrc` afterwards 😊.
Don't forget to `source ~/.bashrc` afterward 😊.


Now we can install Jekyll and [Bundler](https://bundler.io/):
Expand All @@ -35,7 +35,7 @@ We now need to install the required Ruby packages for the website.

> Could not locate Gemfile

**NOTE**: this step frequently hangs when connected to a VPN (including MSVPN). Simply disconnect for the package installation.
**NOTE**: This step frequently hangs when connected to a VPN (including MSVPN). Simply disconnect for the package installation.


```
Expand Down