Skip to content

Commit b0dd1ac

Browse files
Fix Jekyll serve command in README
- Update README.md - Replace deprecated --server flag with --port flag - Command now: bundle exec jekyll serve --port 8080 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 650aeb2 commit b0dd1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem install jekyll bundler
4545
git clone https://github.com/theodorosploumis/drupaltools.git
4646
cd drupaltools
4747
bundle install
48-
bundle exec jekyll serve --server 8080
48+
bundle exec jekyll serve --port 8080
4949
```
5050

5151
## MCP Server

0 commit comments

Comments
 (0)