惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
Vercel News
Vercel News
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
小众软件
小众软件
月光博客
月光博客
A
About on SuperTechFans

Recent Commits to jekyll:master

docs: Update Getform branding to Forminit (#10006) · jekyll/jekyll@541d8b2 fix(core): avoid mutating document data for fallback dates (#9981) · jekyll/jekyll@78aac81 docs: Add harvis to third-party deployment docs (#10009) · jekyll/jekyll@20ea323 build: soft deprecate old rubies (#10016) · jekyll/jekyll@6504236 build: update allowed cc types from the spec summary (#10017) · jekyll/jekyll@578d65b docs: remove the stale duplicate Code of Conduct page (#10010) · jekyll/jekyll@d2650e8 fix: update clean command to take account of the keep_files option (#… · jekyll/jekyll@74d7513 docs: add DeployHQ to third-party deployment providers (#9991) · jekyll/jekyll@7697d24 fix: Run release-please workflow only in jekyll/jekyll repo (#9969) · jekyll/jekyll@d68f76e feat!: Streamline the release process for Jekyll (#9760) · jekyll/jekyll@5cf05d7 Update history to reflect merge of #9960 [ci skip] · jekyll/jekyll@08c22ee Add GitCMS to resources docs (#9960) · jekyll/jekyll@3ed83f6 Update history to reflect merge of #9954 [ci skip] · jekyll/jekyll@ff0d4dd build: fix broken CI on newer rubies (#9954) · jekyll/jekyll@65d534a Update history to reflect merge of #9925 [ci skip] · jekyll/jekyll@baab7bf Allow configuring future metadata for individual collections (#9925) · jekyll/jekyll@f07d4f7 Update history to reflect merge of #9914 [ci skip] · jekyll/jekyll@d0cf179 Add .ruby-lsp to default excludes (#9914) · jekyll/jekyll@3c45d9e Update history to reflect merge of #9920 [ci skip] · jekyll/jekyll@26ec089 Add logger to Gemfile for Ruby 4.0 (#9920) · jekyll/jekyll@7e79e46 Update history to reflect merge of #9923 [ci skip] · jekyll/jekyll@b49aa9b Bump supported versions (#9923) · jekyll/jekyll@ebe567c Update history to reflect merge of #9897 [ci skip] · jekyll/jekyll@4d3db3a Update WDM (0.1.1 → 0.2.0) in the Windows docs (#9897) · jekyll/jekyll@6da6739 Update history to reflect merge of #9912 [ci skip] · jekyll/jekyll@161f654 docs: Update contributor badge in README to include avatar height and… · jekyll/jekyll@e1b5fd6 Update history to reflect merge of #9889 [ci skip] · jekyll/jekyll@2fe6977
docs: update wsl installation procedure (#9968) · jekyll/...
mariuslp · 2026-04-22 · via Recent Commits to jekyll:master
Original file line numberDiff line numberDiff line change

@@ -45,37 +45,9 @@ You must have [Windows Subsystem for Linux](https://msdn.microsoft.com/en-us/com

4545
4646

Make sure all your packages and repositories are up to date. Open a new Command Prompt or PowerShell window and type `bash`.

4747
48-

Your terminal should now be a Bash instance. Next, update your repository lists and packages:

48+

Your terminal should now be a Bash instance. Then, [follow the installation procedure for Ubuntu](https://jekyllrb.com/docs/installation/ubuntu/).

4949
50-

```sh

51-

sudo apt-get update -y && sudo apt-get upgrade -y

52-

```

53-
54-

Next, install Ruby. To do this, let's use a repository from [BrightBox](https://www.brightbox.com/docs/ruby/ubuntu/),

55-

which hosts optimized versions of Ruby for Ubuntu.

56-
57-

```sh

58-

sudo apt-add-repository ppa:brightbox/ruby-ng

59-

sudo apt-get update

60-

sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf

61-

```

62-
63-

Next, update your Ruby gems:

64-
65-

```sh

66-

gem update

67-

```

68-
69-

Install Jekyll:

70-
71-

```sh

72-

gem install jekyll bundler

73-

```

74-
75-

{: .note .info}

76-

No `sudo` here.

77-
78-

Check your Jekyll version:

50+

Once this is done, check your Jekyll version:

7951
8052

```sh

8153

jekyll -v