From f2b9bdb58964c7ca0420dfb3f6c83adb9c35cc4e Mon Sep 17 00:00:00 2001 From: Scott W Harden Date: Mon, 26 Oct 2020 09:41:28 -0400 Subject: [PATCH] link to Dracula.xml On https://draculatheme.com/notepad-plus-plus "Dracula.xml" is written twice in blue (making me think they both were hyperlinks) but the second one isn't clickable. This change makes Dracula.xml clickable in both locations. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e43e45e..985665d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,6 +13,6 @@ If you are a git user, you can install the theme and keep up to date by cloning #### Activating theme 1. Go to `%AppData%\Notepad++\themes` (%AppData% is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`) -2. Place `Dracula.xml` inside that folder +2. Place [`Dracula.xml`](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) inside that folder 3. Restart Notepad++ 4. Dracula will be available in `Settings > Style Configurator`