Skip to content

Commit 2a661da

Browse files
committed
Link to installation docs: #8
1 parent 3d839da commit 2a661da

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@ Intecture is a developer friendly, language agnostic configuration management to
88

99
You can find out more at [intecture.io](https://intecture.io).
1010

11-
## System Requirements
12-
13-
Intecture relies on [ZeroMQ](http://zeromq.org) for communication between your project and your managed hosts. The Intecture installer will install these dependencies automatically, however if you are building Intecture manually, you will need to install ZeroMQ and CZMQ before proceeding.
14-
15-
## Install
11+
## Installation
1612

1713
The best way to get up and running is by using the Intecture installer:
1814

1915
```
2016
$ curl -sSf https://get.intecture.io/ | sh -s -- auth
2117
```
2218

23-
## Uninstall
19+
For other installation options and dependencies, see the [Intecture book](https://intecture.io/book/rust/ch05-03-01-reference-auth-installation.html).
2420

25-
If you used the Intecture installer to install the Auth service, you can also use it for removal:
21+
#### Uninstallation
2622

2723
```
2824
$ curl -sSf https://get.intecture.io/ | sh -s -- -u auth

0 commit comments

Comments
 (0)