We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ff83e commit 06ccbd0Copy full SHA for 06ccbd0
README.md
@@ -4,6 +4,19 @@ _The [Mister Handy robot][wadsworth] of automation!_
4
5
Wadsworth is a git-driven task runner to automate the application of configs.
6
7
+## Install
8
+
9
+### Linux
10
11
+```sh
12
+curl -s https://raw.githubusercontent.com/Southclaws/wadsworth/master/godownloader.sh | bash
13
+```
14
15
+### Everything Else
16
17
+It's primarily a server side tool aimed at Linux servers, so there aren't any install scripts for other platforms. Most
18
+Windows/Mac usage is probably just local testing so just use `go get` for these use-cases.
19
20
## Overview
21
22
Wadsworth is a little tool for implementing [Git-Ops][git-ops] in single-server environments. It's not a cloud/cluster
0 commit comments