Skip to content

Commit ec791c8

Browse files
committed
cleanup readme
1 parent 86f8991 commit ec791c8

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,10 @@ You can see how `nlz(1)` creates JS and CSS files by looking at `index.js` and `
1515

1616
## Installation and Setup
1717

18-
Until https://nlz.io is launched, you need to setup the proxy locally:
18+
First, install `nlz`:
1919

2020
```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
21+
npm i -g nlz
3722
```
3823

3924
To build the JS and CSS, run the following:

0 commit comments

Comments
 (0)