Skip to content

Commit 489aa35

Browse files
committed
add make shortcuts to readme
1 parent 48c28c3 commit 489aa35

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ First build the Docker image which will contain N Nodejs - thats all this docume
4848
docker build . -t naemon/docs
4949
```
5050

51+
or simply run:
52+
53+
```sh
54+
make docker-build
55+
```
56+
5157
Now run the Docker container and navigate to `http://127.0.0.1:5173` in your browser.
5258
The container watches for file changes and will automatically regenerate the website if needed.
5359

@@ -64,6 +70,12 @@ docker run \
6470
naemon/docs:latest
6571
```
6672

73+
or simply run:
74+
75+
```sh
76+
make docker-server
77+
```
78+
6779
### Important for the Migration
6880

6981
1. Remove all HTML from the Markdown files. Probably in 99% it's not required and can be done using Markdown.

0 commit comments

Comments
 (0)