This package provides the following services:
hyperclick-nsis
Hyperclick provider for Nullsoft Scriptable Install System (NSIS)
Installation
apm
Install hyperclick-nsis
from Atom's Package Manager or the command-line equivalent:
$ apm install hyperclick-nsis
Using Git
Change to your Atom packages directory:
# Windows
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/
Clone repository as hyperclick-nsis
:
$ git clone https://github.com/idleberg/atom-hyperclick-nsis hyperclick-nsis
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
License
This work is licensed under The MIT License