Browse Source

Merge pull request #2798 from gravitl/master

master
Abhishek K 1 year ago
parent
commit
87860823ed
4 changed files with 7 additions and 2 deletions
  1. 1 1
      README.md
  2. 3 0
      pro/remote_access_client.go
  3. 3 0
      pro/trial.go
  4. 0 1
      pro/types.go

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ These are the instructions for deploying a Netmaker server on your own cloud VM
 
 `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`  
 
-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. 
+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. 
 
 <p float="left" align="middle">
 <img src="https://raw.githubusercontent.com/gravitl/netmaker-docs/master/images/netmaker-github/readme.gif" />

+ 3 - 0
pro/remote_access_client.go

@@ -1,3 +1,6 @@
+//go:build ee
+// +build ee
+
 package pro
 
 import (

+ 3 - 0
pro/trial.go

@@ -1,3 +1,6 @@
+//go:build ee
+// +build ee
+
 package pro
 
 import (

+ 0 - 1
pro/types.go

@@ -1,4 +1,3 @@
-// go:build ee
 //go:build ee
 // +build ee