From 84471f9ee58069d383b56895bca031317dc0fa24 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 17 Aug 2024 11:07:05 -0400 Subject: [PATCH] WIP --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7f070b9..f4b72c4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ rad node start This script is written in Go so there are a few install options. +### Install directly with Go +Have Go installed and run this command. +``` +go install github.com/stevedylandev/radicalize@latest +``` + ### Clone and Build with Go For this method simply clone the repo, build, and install with Go ```