From a0dcc0cf607eaee03689f12753e5236bd190f6e1 Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Wed, 16 Jun 2021 16:43:44 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 229092fd08..1be0ded5da 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The Source Academy () is an immersive online ## Getting Started -### Installation of Public Edition (playground only, no backend) +### Installation of Source Academy (deployed in GitHub Pages) 1. Install a stable version of NodeJS. The active LTS or current version should work fine. 2. Clone this repository and navigate to it using "cd" in your command line or shell tool. @@ -25,7 +25,7 @@ The Source Academy () is an immersive online In this edition, you will only see the Playground with all its tools, but no login options or homework submission features. For this edition, there is no need for "Setting up your environment". -### Installation of Course Edition +### Installation of Source Academy @ NUS 1. Install a stable version of NodeJS. The active LTS or current version should work fine. 2. Clone this repository and navigate to it using "cd" in your command line or shell tool. From 00024d7426a8042666c6333326c4b2e615c1be24 Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Wed, 16 Jun 2021 16:45:06 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be0ded5da..080cf17223 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The Source Academy () is an immersive online ## Getting Started -### Installation of Source Academy (deployed in GitHub Pages) +### Installation of Source Academy (latest version [available in GitHub Pages](https://source-academy.github.io/)) 1. Install a stable version of NodeJS. The active LTS or current version should work fine. 2. Clone this repository and navigate to it using "cd" in your command line or shell tool.