Skip to content

Commit 2d19878

Browse files
committed
Added basic install instructions
1 parent 8d4cad5 commit 2d19878

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,26 @@ added in the future.)
3939

4040
## Install
4141

42-
TODO
42+
Currently the only option to install NodeAtlas is to compile from
43+
source. In the future it will be packaged for ease.
44+
45+
Clone the repository:
46+
47+
```
48+
git clone https://github.com/ProjectMeshnet/nodeatlas.git
49+
```
50+
Get go packages needed to build:
51+
```
52+
go get
53+
```
54+
Build the binary
55+
```
56+
make
57+
```
58+
Install on system:
59+
```
60+
sudo make install
61+
```
4362

4463
## Configuration
4564

0 commit comments

Comments
 (0)