We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4cad5 commit 2d19878Copy full SHA for 2d19878
README.md
@@ -39,7 +39,26 @@ added in the future.)
39
40
## Install
41
42
-TODO
+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
62
63
## Configuration
64
0 commit comments