Update windows.md (#9644)

Merge pull request 9644
This commit is contained in:
Krisztian Zsolt Sallai 2024-08-04 20:25:54 +02:00 committed by GitHub
parent 3d5e86eb08
commit e55274d8f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ We only cover RubyInstaller-2.4 and newer here. Older versions need to
2. Run the `ridk install` step on the last stage of the installation wizard. This is needed for installing gems with native 2. Run the `ridk install` step on the last stage of the installation wizard. This is needed for installing gems with native
extensions. You can find additional information regarding this in the extensions. You can find additional information regarding this in the
[RubyInstaller Documentation](https://github.com/oneclick/rubyinstaller2#using-the-installer-on-a-target-system). [RubyInstaller Documentation](https://github.com/oneclick/rubyinstaller2#using-the-installer-on-a-target-system).
From the options choose `MSYS2 and MINGW development tool chain`. From the options choose `MSYS2 and MINGW development toolchain`.
3. Open a new command prompt window from the start menu, so that changes to the `PATH` environment variable becomes effective. 3. Open a new command prompt window from the start menu, so that changes to the `PATH` environment variable becomes effective.
Install Jekyll and Bundler using `gem install jekyll bundler` Install Jekyll and Bundler using `gem install jekyll bundler`
4. Check if Jekyll has been installed properly: `jekyll -v` 4. Check if Jekyll has been installed properly: `jekyll -v`