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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ubuntu.md #9247

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/_docs/installation/ubuntu.md
Expand Up @@ -29,4 +29,12 @@ Finally, install Jekyll and Bundler:
gem install jekyll bundler
```

## Possible additional gem after upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS

You may also need to install the `ffi` gem

```sh
gem install ffi
```

That's it! You're ready to start using Jekyll.