From 1f365fb955f5b181b12ad49d176795c46b0f04db Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Thu, 19 Dec 2019 10:38:19 -0300 Subject: [PATCH] Create INSTALL.md --- INSTALL.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..4e442b1 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,18 @@ +### [Notepad++](https://notepad-plus-plus.org/) + +#### Install using Git + +If you are a git user, you can install the theme and keep up to date by cloning the repo: + + $ git clone https://github.com/dracula/notepad-plus-plus.git + +#### Install manually + +Download using the [GitHub .zip download](https://github.com/dracula/notepad-plus-plus/archive/master.zip) option and unzip them. + +#### Activating theme + +1. Go to `%AppData%\Notepad++\themes` +2. Place `Dracula.xml` inside that folder +3. Restart Notepad++ +4. Dracula will be available in `Settings > Style Configurator`