From 871260349269b378b69f1dffebd10818f355c7ad Mon Sep 17 00:00:00 2001 From: luxonauta Date: Wed, 26 Apr 2023 16:00:45 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Smol=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALL.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6651302..7f2276c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,15 +4,20 @@ If you are a git user, you can install the theme and keep up to date by cloning the repo: +```bash + git clone https://github.com/dracula/notepad-plus-plus.git +``` + #### Install manually -* Download using the [Dracula.xml](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) link or -* Download using the [GitHub .zip download](https://github.com/dracula/notepad-plus-plus/archive/master.zip) option and unzip them. + +- Download using the [Dracula.xml](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) link or +- 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` (%AppData% is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`) -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` +1. Go to `%AppData%\Roaming\Notepad++\themes` (`%AppData%` is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`); +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`.