We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e78523f + 2dd646b commit c6787f1Copy full SHA for c6787f1
src/site/generators/log4brains.md
@@ -21,22 +21,23 @@ It performs Static Site Generation from markdown files thanks to [Next.js](https
21
From your project's root directory:
22
23
```sh
24
-npx init-log4brains
+npm install -g log4brains
25
+log4brains init
26
```
27
28
## Local preview
29
30
-npm run log4brains-preview
31
+log4brains preview
32
33
34
## Build and deploy
35
36
-npm run log4brains-build
37
+log4brains build
38
39
-See [Log4brains documentation](https://thomvaill.github.io/log4brains/adr/) for more information.
40
+See [Log4brains documentation](https://github.com/thomvaill/log4brains) for more information.
41
42
## Example
43
0 commit comments