From e375033b7767d7d29d62e48e68545384980b1670 Mon Sep 17 00:00:00 2001 From: jcummins Date: Thu, 17 Apr 2014 14:27:25 -0500 Subject: [PATCH] Update README.header.md Added steps to follow in order to use clone and use this repo directly without needing to copy files. --- build/README.header.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/README.header.md b/build/README.header.md index 7584a81..5d45788 100644 --- a/build/README.header.md +++ b/build/README.header.md @@ -16,6 +16,12 @@ AFAIK WebStorm doesn't have any particular installation (or import) procedure fo Instead just drop `*.xml` files from this repository into WebStorm's folder where it stores LiveTemplates. Usually this is the `[your home directory]/.WebIde40/config/templates`. +If you want prefer to clone this repository so that you can keep getting updates from the repo, clone the repository to your Webstorm LiveTemplates folder, then create a symlink to all the xml files from that LiveTemplates folder: + +```bash +ln -s ./angularjs-webstorm-livetpls/*.xml ./ +``` + ##How to use the Live Templates The following show the available abbrivations and their default implementations. Variables that are editable upon template expansion are delemited with the $ sign (ex. `$filterName$`). `$END$` indicates where the cursor will be placed upon template completion.