Expand README content, split into multiple files

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-03-18 05:44:50 +00:00
parent a20ec1269b
commit a407019349
6 changed files with 125 additions and 98 deletions

14
doc/install.md Normal file
View File

@@ -0,0 +1,14 @@
# Installing Dagger
1. Build the `dagger` command-line tool. You will need [Go](https://golang.org) version 1.16 or later.
```
$ make
```
2. Copy the `dagger` tool to a location listed in your `$PATH`. For example, to copy it to `/usr/local/bin`:
```
$ cp ./cmd/dagger/dagger /usr/local/bin
```