diff options
author | Sheogorath | 2018-06-22 21:07:30 +0200 |
---|---|---|
committer | Sheogorath | 2018-06-24 13:24:12 +0200 |
commit | 4b060c7dba034f76007f41d088778e569e69d2af (patch) | |
tree | 126706b518a60a6c2209e374346d48afa05c8a8d /bin | |
parent | d87505d5836ea1bad60c0e2c2a8aa25b9b4e1590 (diff) |
Rebrand HackMD to CodiMD
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rwxr-xr-x | bin/setup | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -33,11 +33,10 @@ BUILD_ASSETS=false npm install cat << EOF -Edit the following config file to setup hackmd server and client. -Read more info at https://github.com/hackmdio/hackmd#configuration-files +Edit the following config file to setup CodiMD server and client. +Read more info at https://github.com/hackmdio/codimd#configuration-files -* config.json -- server config -* public/js/config.js -- client config +* config.json -- CodiMD config * .sequelizerc -- db config EOF |