Skip to content

Commit 2ae4e1f

Browse files
Simplify Jekyll serve command in README
- Update README.md - Remove --port flag (uses default port 4000) - Command now: bundle exec jekyll serve - Simpler and works out of the box for most users 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b0dd1ac commit 2ae4e1f

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 --port 8080
48+
bundle exec jekyll serve
4949
```
5050

5151
## MCP Server

0 commit comments

Comments
 (0)