Atom: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Description == [http://atom.io/ Atom] language support for NSIS == Install with Package Control == 1. Make sure you have Atom (with apm) [installed https://atom.io/docs/...")
 
No edit summary
Line 3: Line 3:
[http://atom.io/ Atom] language support for NSIS
[http://atom.io/ Atom] language support for NSIS


== Install with Package Control ==
== Installation ==
 
=== Atom Package Manager (apm) ===


1. Make sure you have Atom (with apm) [installed https://atom.io/docs/v1.0.0/getting-started-installing-atom#atom-on-windows]<br/>
1. Make sure you have Atom (with apm) [installed https://atom.io/docs/v1.0.0/getting-started-installing-atom#atom-on-windows]<br/>
2. Install package apm install "language-nsis"
2. Install package apm install "language-nsis"


== Install with Git  ==
=== Git  ===


Change to the Atom package directory and clone the repository:
Change to the Atom package directory and clone the repository:

Revision as of 13:33, 5 July 2015

Description

Atom language support for NSIS

Installation

Atom Package Manager (apm)

1. Make sure you have Atom (with apm) [installed https://atom.io/docs/v1.0.0/getting-started-installing-atom#atom-on-windows]
2. Install package apm install "language-nsis"

Git

Change to the Atom package directory and clone the repository:

git clone https://github.com/idleberg/language-nsis.git

Links