From b108a7e3d0e0a6677df5a06fa1b92026872f5b32 Mon Sep 17 00:00:00 2001 From: Mark Goodrich Date: Wed, 24 May 2023 10:17:32 -0400 Subject: [PATCH] tweak to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bd5e3043..6454c6a72 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ yarn link `path/to/openmrs-form-engine-lib` For example, if you are working on the `openmrs-esm-form-builder` module, you would run the following command: ```bash +pwd | pbcopy # copy the path to form-engine-lib to the to the clipboard cd `path/to/openmrs-esm-form-builder` -pwd | pbcopy # copy the path to the clipboard yarn link `pbpaste` # paste the path to the openmrs-form-engine-lib ```