From 3e8844745adff8c0c6230e1d0a447cb0aa9cd348 Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Tue, 17 Nov 2020 14:01:55 +0200 Subject: [PATCH] Remove make init from the readme Signed-off-by: Panu Horsmalahti --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aba5ee87aa..8d09dc4a3d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ brew cask install lens > Prerequisites: Nodejs v12, make, yarn -* `make init` - initial compilation, installing deps, etc. * `make dev` - builds and starts the app * `make test` - run tests