Skip to content

Commit 8786082

Browse files
authored
Merge pull request #2798 from gravitl/master
master
2 parents 02a02d4 + fa9372e commit 8786082

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ These are the instructions for deploying a Netmaker server on your own cloud VM
6262

6363
`sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh && sudo chmod +x /root/nm-quick.sh && sudo /root/nm-quick.sh`
6464

65-
This script gives you the option to deploy the Community or Enterprise version of Netmaker. It also gives you the option to use your own domain (recommended) or an auto-generated domain.
65+
This script by default installs PRO version with 14-day trial, check out these instructions for post trial period https://docs.netmaker.io/install.html#after-trial-period-ends. It also gives you the option to use your own domain (recommended) or an auto-generated domain.
6666

6767
<p float="left" align="middle">
6868
<img src="https://raw.githubusercontent.com/gravitl/netmaker-docs/master/images/netmaker-github/readme.gif" />

pro/remote_access_client.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ee
2+
// +build ee
3+
14
package pro
25

36
import (

pro/trial.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ee
2+
// +build ee
3+
14
package pro
25

36
import (

pro/types.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// go:build ee
21
//go:build ee
32
// +build ee
43

0 commit comments

Comments
 (0)