diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-09-28 18:05:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-09-28 18:05:21 -0400 |
commit | dabf427d629c936b69a16d70abf0e0b92e8a7000 (patch) | |
tree | bd53837ecb7992fa0bb0729df99659a7e8a4ee7e | |
parent | 3de6a6fcf5241e17781afb7413f3694b9530d19d (diff) |
update readme
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ -See `bin/normalize-stdio` for a listing of all the directives in -`hackers.yml`. +Users ("hackers") are added by creating a file in the `users/` +directory. The file should be named `users/${UID}.yml` where UID is +the numeric POSIX user ID for that user. See +`bin/meta-normalize-stdio` for a listing of all the properties you can +put in the users file; or look at the existing files as examples. + +To add a profile image of a user, add it to the `dev-imgs/` folder. Images in `dev-imgs/`: - MUST be named `${username}.png` |