From 50dab8821403617f586d23e12bc76b622d6531ae Mon Sep 17 00:00:00 2001 From: gaojun Date: Sat, 23 Mar 2024 20:29:07 +0800 Subject: [PATCH] Jekyll's default service port is now 4000 instead of 9292 now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3596635db..c5ea65e6f1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Then start a local web server with bundle exec rake serve ``` -Open [http://localhost:9292/](http://localhost:9292/) +Open [http://localhost:4000/](http://localhost:4000/) in your browser to access the preview. **Note:** The build of the site will take several minutes.