From b0951e95b57f9c8c73c3fe7af0f2608715229b48 Mon Sep 17 00:00:00 2001 From: ultimateplayer1999 Date: Mon, 16 Jan 2023 09:41:52 +0100 Subject: [PATCH] README change --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a792adf..79199ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -Some examples for API usage in Go for the ssh.surf API +Some examples for API usage in Go for the ssh.surf API. -All of them based on .env files +All of them based on a .env file. + +To install this package you can use the following while you have it setup for a Go project. + +```text +go get github.com/joho/godotenv +``` + +# DISCLAIMER +The binaries may need to be rebuild. As they are build on Ubuntu and it also depends on how you installed Golang.