update README about profile learner

Signed-off-by: Chao Chen <chaochn@amazon.com>
This commit is contained in:
Chao Chen 2023-06-28 23:54:20 -07:00
parent 833aabe4cd
commit 249e6c27d6

View File

@ -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. 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: Follow the comments in [Procfile script](./Procfile) to add a learner node to the cluster.
```bash
goreman -f ./Procfile.learner start
```
### Install etcd client v3 ### Install etcd client v3