From 249e6c27d6d9f5b08d4c46159fd90bc24fc3230d Mon Sep 17 00:00:00 2001 From: Chao Chen Date: Wed, 28 Jun 2023 23:54:20 -0700 Subject: [PATCH] update README about profile learner Signed-off-by: Chao Chen --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index fef87865bdd..5dcdd0fc9bd 100644 --- a/README.md +++ b/README.md @@ -103,11 +103,7 @@ This will bring up 3 etcd members `infra1`, `infra2` and `infra3` and optionally Every cluster member and proxy accepts key value reads and key value writes. -Follow the steps in [Procfile.learner](./Procfile.learner) to add a learner node to the cluster. Start the learner node with: - -```bash -goreman -f ./Procfile.learner start -``` +Follow the comments in [Procfile script](./Procfile) to add a learner node to the cluster. ### Install etcd client v3