Skip to content

Commit f0de1ce

Browse files
authored
Removed the redundant cmd to add webpack plugin
1 parent 50279c4 commit f0de1ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ else fails, try removing the virtual environment and reinstalling:
4343
## Development
4444

4545
1. Run `pipenv shell` to spawn a shell with the virtualenv activated.
46-
2. Run `lektor plugins add webpack-support` to enable the webpack plugin. This is required
47-
only for the very first time.
48-
3. Run `lektor server -f webpack` to start the Lektor development server. You will be able
46+
2. Run `lektor server -f webpack` to start the Lektor development server. You will be able
4947
to see the website at [`http://localhost:5000/`][lektorlocal]. The Lektor
5048
server will rebuild the site every time you change any content.
5149

0 commit comments

Comments
 (0)