From 7188eac40f49b0280629a95dbb83e913fbb262d7 Mon Sep 17 00:00:00 2001 From: Shannon Kularathna <30392854+shannonxtreme@users.noreply.github.com> Date: Sun, 6 Sep 2020 11:57:48 -0400 Subject: [PATCH] Add note about rebooting system after installation (#8359) Merge pull request 8359 --- docs/_docs/installation/windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_docs/installation/windows.md b/docs/_docs/installation/windows.md index 1b5af458..e083938b 100644 --- a/docs/_docs/installation/windows.md +++ b/docs/_docs/installation/windows.md @@ -26,7 +26,11 @@ We only cover RubyInstaller-2.4 and newer here. Older versions need to [RubyInstaller Documentation](https://github.com/oneclick/rubyinstaller2#using-the-installer-on-a-target-system) 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` -4. Check if Jekyll installed properly: `jekyll -v` +4. Check if Jekyll has been installed properly: `jekyll -v` + +{: .note .info} +You may receive an error when checking if Jekyll has been installed properly. Reboot your system and run `jekyll -v` again. +If the error persists, please open a [RubyInstaller issue](https://github.com/oneclick/rubyinstaller2/issues/new). That's it, you're ready to use Jekyll!