Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ GEM
minitest (5.22.3)
multipart-post (2.4.0)
mutex_m (0.2.0)
nokogiri (1.15.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.6-x86_64-linux)
Expand Down Expand Up @@ -321,6 +323,7 @@ GEM
verbal_expressions (0.1.5)

PLATFORMS
aarch64-linux
arm64-darwin-23
x86_64-linux

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
```

2. Install Ruby 2.7.4. Check your version with `ruby --version`. [RVM](https://rvm.io/rvm/install) is helpful for installing and managing Ruby versions.
Warning: if there are issues with `npm` or `pip`, try running `bundle exec jekyll build --no-watch --incremental` (once) then `bundle exec jekyll serve --no-watch --incremental` (every time you want to start the server, should only take a few seconds).

2. Install Ruby 2.7.4. Check your version with `ruby --version`. [RVM](https://rvm.io/rvm/install) is helpful for installing and managing Ruby versions; alternatively, if there are issues installing RVM, [rbenv](https://rbenv.org/) also works fine.

3. Install all remaining dependencies (Ruby gems, Python packages, Node packages, and upstream tutorial content) in one step:

Expand Down
81 changes: 0 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.