From 1dab3746b6c90b016dc27903ab0cf09fdb478bf5 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Tue, 15 Oct 2019 15:51:32 -0400 Subject: [PATCH] Update readme Signed-off-by: Chris Cummer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea218a8a..dfd81544 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Happy hacking! 👻 * [Install via Scarf](#install-via-scarf) * [Install a Binary](#install-a-binary) * [Install from Source](#install-from-source) + * [Running via Docker](#running-via-docker) * [Communication](#communication) * [Slack](#slack) * [Twitter](#twitter) @@ -129,7 +130,7 @@ make run **Note:** WTF is _only_ compatible with Go versions **1.12.0** or later (due to the use of Go modules and newer standard library functions). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules. -## Install and run in Docker +## Running via Docker You can run `wtf` inside a docker container