parent
b22915fe22
commit
27ca1282fa
|
@ -8,7 +8,7 @@ While Windows is not an officially-supported platform, it can be used to run Jek
|
||||||
|
|
||||||
## Installing Jekyll
|
## Installing Jekyll
|
||||||
|
|
||||||
If you are using Windows 10 Anniversary Update, the easiest way to run Jekyll is by [installing][WSL-Guide] the new Bash on Ubuntu on Windows.
|
If you are using Windows 10 Anniversary Update or later, the easiest way to run Jekyll is by [installing][WSL-Guide] the new Bash on Ubuntu on Windows.
|
||||||
|
|
||||||
|
|
||||||
### Installation via Bash on Windows 10
|
### Installation via Bash on Windows 10
|
||||||
|
@ -51,6 +51,12 @@ Check if Jekyll installed properly by running:
|
||||||
jekyll -v
|
jekyll -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configure the bundler/gem path so bundle doesn't prompt for sudo
|
||||||
|
|
||||||
|
```sh
|
||||||
|
bundle config path vendor/bundle
|
||||||
|
```
|
||||||
|
|
||||||
**And that's it!**
|
**And that's it!**
|
||||||
|
|
||||||
To start a new project named `my_blog`, just run:
|
To start a new project named `my_blog`, just run:
|
||||||
|
|
Loading…
Reference in New Issue