Updated Tools (markdown)

Sven Oesau 2024-05-29 17:51:48 +02:00
parent bd474ce801
commit dd25fa611f
1 changed files with 2 additions and 8 deletions

@ -160,15 +160,9 @@ and finally
- Note: you should run everything in cmd.exe and not a Cygwin
shell.
- go to <https://rubyinstaller.org/downloads/> and download
RubyInstaller 2.0.0 and the appropriate Development Kit
RubyInstaller+DevKit 3.2.4-1
- execute RubyInstaller (check "Add to Path")
- unzip Development Kit somewhere
- in \`cmd.exe\`:
```
cd C:\path_to_devkit
ruby dk.rb init
ruby dk.rb install
```
- Install jekyll: \`gem install jekyll\`
- If download error, try \`gem install jekyll --source
<https://rubygems.org>\`