diff options
author | Yukai Huang | 2016-10-05 12:07:07 +0800 |
---|---|---|
committer | Yukai Huang | 2016-10-05 12:07:07 +0800 |
commit | 5dfa83d350d38991ebaf12f0890bd91f726c670d (patch) | |
tree | 40faa875be36c7994217acc70f0016d311f899a7 /bin | |
parent | 79f64d0503a77873dddaa307de0f67f83129dc55 (diff) |
Update config description
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/setup | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,9 +31,9 @@ cat << EOF Edit the following config file to setup hackmd server and client. Read more info at https://github.com/hackmdio/hackmd#configuration-files -- config.json -- public/js/common.js -- .sequelizerc +* config.json -- server config +* public/js/common.js -- client config +* .sequelizerc -- db config EOF |