Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 1eaca83

Browse files
committed
Docs: add installation instructions from git
1 parent 9aad8a9 commit 1eaca83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/setup.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ The main package offers
3232
[a CLI](https://github.com/cssnext/cssnext#cli) and
3333
[a Node.js/io.js API](https://github.com/cssnext/cssnext#nodejs-api").
3434

35+
### Install from git
36+
37+
In order to install cssnext from the git repository (eg: if you want to try
38+
the _master_ branch of the git repository),
39+
you will need to build the package after the installation from git repository.
40+
You can easily do this:
41+
42+
```console
43+
$ npm i -D cssnext/cssnext && cd node_modules/cssnext && npm i && cd ../..
44+
```
3545

3646
## Usage
3747

0 commit comments

Comments
 (0)