From f142b0960658d886309d615dd7c81c66fe43fe05 Mon Sep 17 00:00:00 2001 From: Christopher William Schankula Date: Mon, 6 May 2019 15:00:19 -0400 Subject: [PATCH] Update Readme.md --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9792db8..c92dcba 100644 --- a/Readme.md +++ b/Readme.md @@ -71,4 +71,7 @@ version of PAL: 2. Run `stack exec pal-update`. 3. If an update is available, type y/Y to install the update. 4. The newest version of PAL and the templates will be installed. -5. Regenerate your project with `stack exec pal-exe` and rebuild your project using `stack build` to use the newest version of PAL. +5. Rebuild your PAL project specification using `stack build` and regenerate your client and server with `stack exec pal-exe` to use the newest version of PAL. +6. Rebuild your server and client by using the directory above. + +Your client and server have now been updated to use the newest version of PAL!