From 0dafbe9a50da39daadbac9ff892cbef0c20e4463 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Tue, 8 Jan 2019 11:04:38 -0800 Subject: [PATCH] docs: update README (#302) --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 3207e0823..70325bb6b 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,8 @@ ## Developing Talos -Install [conform](https://github.com/autonomy/conform): - ```bash -go get -u github.com/autonomy/conform -``` - -Start the build: - -```bash -conform build +make ``` ## License