Skip to content

Commit 06ccbd0

Browse files
committed
add install script
1 parent 25ff83e commit 06ccbd0

File tree

2 files changed

+400
-0
lines changed

2 files changed

+400
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ _The [Mister Handy robot][wadsworth] of automation!_
44

55
Wadsworth is a git-driven task runner to automate the application of configs.
66

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+
720
## Overview
821

922
Wadsworth is a little tool for implementing [Git-Ops][git-ops] in single-server environments. It's not a cloud/cluster

0 commit comments

Comments
 (0)