Skip to content

Commit 7a67a95

Browse files
committed
Update README
1 parent 596e1af commit 7a67a95

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ A tiny analytics server with less than 100 lines of code, easy to run and hack a
1010

1111
## Setup
1212

13+
Running your own `micro-analytics` is just two tiny commands away:
14+
1315
```
16+
1417
npm install -g micro-analytics-cli
18+
1519
micro-analytics
20+
1621
```
1722

18-
And that's it! 🎉 The analytics server is now running at `localhost:3000`. (see [`server-setup.md`](./server-setup.md) for instructions on acquiring a server and setting up `nginx` to make this publicly available)
23+
That's it, The analytics server is now running at `localhost:3000`! 🎉
24+
25+
See [`server-setup.md`](./server-setup.md) for instructions on acquiring a server and setting up `nginx` to make your `micro-analytics` publicly available.
1926

2027
> **Note**: You can pass any option to the `micro-analytics` command that you can pass to [`micro`](https://github.com/zeit/micro). As an example, to change the host you'd do `micro-analytics -H 127.0.0.1`
2128

0 commit comments

Comments
 (0)