From 77c59da96dcb865c80a52d7c65fee69ac222b46b Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 25 Dec 2017 17:53:49 +1300 Subject: [PATCH] Updated 3.3 Updater Scripts (markdown) --- 3.3-Updater-Scripts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3.3-Updater-Scripts.md b/3.3-Updater-Scripts.md index 1189158..7934240 100644 --- a/3.3-Updater-Scripts.md +++ b/3.3-Updater-Scripts.md @@ -1,15 +1,15 @@ -Unless you want to use the `user.js` exactly as it is, our updater scripts require that you follow our method of where and how you [apply your changes](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.2-Applying-Your-Changes) and tweaks +Unless you want to use the `user.js` exactly as it is, our updater scripts require that you follow our method of where and how you [apply your changes](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.2-Applying-Your-Changes) and tweaks: use `user-overrides.js` in your profile folder, or in the case of Windows you can use multiple `.js` files in a `user-overrides` profile sub-directory instead. ** Special thanks to [claustromaniac](https://github.com/claustromaniac) for the `updater.bat`, [overdodactyl](https://github.com/overdodactyl) for the `updater.sh` and [earthlng](https://github.com/earthlng) for his expertise and oversight. Thanks for all the hard work creating and testing these. ### :small_orange_diamond: Mac/Linux -blah blah +[Download](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/updater.sh) the `updater.sh` script and save it in your profile folder. You can run it and it will backup your current user.js, download the latest ghacks user.js and if it finds a user-overrides.js in the same folder it will append that to the user.js. ### :small_orange_diamond: Windows -[Download](https://github.com/ghacksuserjs/ghacks-user.js/raw/master/updater.bat) the script and save it in your profile folder. You can run it without any command line arguments and it will backup your current user.js, download the latest ghacks user.js and if it finds a `user-overrides.js` in the same folder it will append that to the user.js. +[Download](https://github.com/ghacksuserjs/ghacks-user.js/raw/master/updater.bat) the `updater.bat` script and save it in your profile folder. You can run it without any command line arguments and it will backup your current user.js, download the latest ghacks user.js and if it finds a `user-overrides.js` in the same folder it will append that to the user.js. !! Unicode encoded override files should be stored without the BOM header !!