Skip to content

Commit 6e02e70

Browse files
authored
Add Yeoman Generator guidance to the README.md
1 parent b2ad39b commit 6e02e70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ See the instructions in the link above to configure the daemon to run with this
3131
## Motivation
3232
The purpose of creating a non-root user is not for security reasons. This is why I encourage the mapping of `youruser:0:...`. The purpose is becuase many applications don't run properly under root.
3333

34+
# Yeoman Generators
35+
Several Yeoman Generators have been published within the image as global npm packages and can be used with the usual `yo ...` syntax. See the projects within `yeoman-generators` for details.
36+
3437
# Usage
3538
## Clone
3639
```

0 commit comments

Comments
 (0)