From 73e552a0fe251bf4cf9e2fee2c15f8901ec404b6 Mon Sep 17 00:00:00 2001 From: Jian Qiu Date: Tue, 11 May 2021 16:30:30 +0800 Subject: [PATCH] Update readme --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index a8c520519..c7232f3c6 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,7 @@ Go to the [Contributing guide](CONTRIBUTING.md) to learn how to get involved. ## Getting started -- Steps for development: - - - Be sure every step is a task the user needs to take. - - You can also give the user the results or summary after the step. But results/summaries are not numbered as steps. - - Keep tasks goal oriented. - - Sub steps are tabbed in under the main step. - -- Steps for deployment: - - - List of steps for deployment. - - Please be aware of the community's [deployment images](https://github.com/open-cluster-management/community#deployment-images) special note. - -- Steps for test: - - - List of steps for testing. +run `make build` to build the binary - Check the [Security guide](SECURITY.md) if you need to report a security issue.