WIP 84471f9e
Steve · 2024-08-17 11:07 1 file(s) · +6 −0
README.md +6 −0
24 24
25 25
This script is written in Go so there are a few install options.
26 26
27 +
### Install directly with Go
28 +
Have Go installed and run this command.
29 +
```
30 +
go install github.com/stevedylandev/radicalize@latest
31 +
```
32 +
27 33
### Clone and Build with Go
28 34
For this method simply clone the repo, build, and install with Go
29 35
```