We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f8991 commit ec791c8Copy full SHA for ec791c8
README.md
@@ -15,25 +15,10 @@ You can see how `nlz(1)` creates JS and CSS files by looking at `index.js` and `
15
16
## Installation and Setup
17
18
-Until https://nlz.io is launched, you need to setup the proxy locally:
+First, install `nlz`:
19
20
```bash
21
-git clone git://github.com/normalize/proxy.js
22
-cd proxy.js
23
-export PORT=8888
24
-npm start
25
-```
26
-
27
-Notice how this `.nlzrc` file has the port `8888` set as well.
28
-Feel free to change it in both places.
29
30
-Then install `nlz` with `npm i -g nlz`.
31
-Personally, I would just clone and link the repository because `nlz` is probably going to change a lot for now.
32
33
-```bash
34
-git clone git://github.com/normalize/nlz
35
-cd nlz
36
-npm link
+npm i -g nlz
37
```
38
39
To build the JS and CSS, run the following:
0 commit comments