From 231956d77ad2cd05293e2eb0bcb9f6238aaf840b Mon Sep 17 00:00:00 2001 From: algorithmic-parallels <197329719+algorithmic-parallels@users.noreply.github.com> Date: Thu, 6 Feb 2025 00:27:54 -0500 Subject: [PATCH] docs: using long form Jekyll subcommand (#2231) --- _posts/2019-08-09-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 2681126..7138393 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -68,7 +68,7 @@ For Unix-like systems, you can set up the environment natively for optimal perfo To run the site locally, use the following command: ```terminal -$ bundle exec jekyll s +$ bundle exec jekyll serve ``` > If you are using Dev Containers, you must run that command in the **VS Code** Terminal.