Browse Source

Merge pull request #474 from gravitl/hotfix_v0.9.0_gifs

Hotfix v0.9.0 gifs
Alex 3 years ago
parent
commit
779a23ff3f
3 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md
  2. BIN
      docs/images/install-server.gif
  3. BIN
      docs/images/visit-website.gif

+ 4 - 2
README.md

@@ -42,9 +42,11 @@
 2. Open ports 443, 53, and 51821-51830/udp on the VM firewall and in cloud security settings.
 3. Run the script **(see below for optional configurations)**:
 
-`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/masters/scripts/nm-quick.sh | bash`
+`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | bash`
 
-Upon completion, the logs will display a script that can be used to automatically connect Linux and Mac devices. It will also display instructions for Windows, iPhone, and Android.
+<img src="./docs/images/install-server.gif" width="50%" /><img src="./docs/images/visit-website.gif" width="50%" />
+
+Upon completion, the logs will display the instructions to connect various devices. These can also be retrived from the UI under "Acess Keys."
 
 After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting-started-with-netmaker-a-wireguard-virtual-networking-platform-3d563fbd87f0) and [Getting Started](https://netmaker.readthedocs.io/en/master/getting-started.html) guides to learn more about configuring networks. Or, check out some of our other [Tutorials](https://gravitl.com/resources) for different use cases, including Kubernetes.
 

BIN
docs/images/install-server.gif


BIN
docs/images/visit-website.gif