From 8cb96722a9d0960635fc9ca1093f7e796f30c805 Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Wed, 26 May 2021 13:26:35 +0000 Subject: [PATCH] migration notice tweak --- migrations/0.1.3.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/0.1.3.js b/migrations/0.1.3.js index 394c4740..b8f7b081 100644 --- a/migrations/0.1.3.js +++ b/migrations/0.1.3.js @@ -16,6 +16,6 @@ module.exports = async(db, redis) => { } } ]).toArray(); - console.log('=\nNOTICE: 0.1.3 has updated nginx config, now using snippets for a more modular config that is easier to maintain. It is recommended to update these, refer to step 6 of README.\n=') - console.log('=\nNOTICE: 0.1.3 now makes custom favicon generate easily and properly. Place your master image file in gulp/res/icons/master.png, then run "gulp generate-favicon && gulp icons".\n=') + console.log('=\nNOTICE: 0.1.3 has updated nginx config, now using snippets for a more modular config that is easier to maintain. It is recommended to update these, refer to step 6 of INSTALLATION.\n=') + console.log('=\nNOTICE: 0.1.3 now makes custom favicon generate easily and properly. Place your master image file in gulp/res/icons/master.png, then run "gulp generate-favicon && gulp icons"\n=') };