From 3c2b910ee371fead8cafad5f6d43a51658360e51 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sat, 20 Apr 2024 14:03:28 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12740e962..d72e99b1c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,14 @@ Metacello new ``` #### Launch the Welcome page -If you installed Seaside using the instructions above, the `Welcome` package was loaded and a default server adaptor was started on port 8080. Open a webbrowser on (http://localhost:8080) and you should see the Seaside Welcome page. Happy Seasiding! +If you installed Seaside using the instructions above, the `Welcome` package was loaded and a default server adaptor was started on port 8080. Open a webbrowser on (http://localhost:8080) and you should see the Seaside Welcome page. + +Also checkout the Seaside Control Panel, in the 'Library' menu of the Pharo top toolbar: + +Screenshot 2024-04-20 at 14 02 54 + + +Happy Seasiding! ### Instructions for Gemstone