From 94bcc6dc987ab8e81728e56ef364a86f7731435d Mon Sep 17 00:00:00 2001 From: Raj Singh <3768695+isc-rsingh@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:16:06 -0500 Subject: [PATCH] remove Atelier reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70fc705..7f7c9ae 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To set up the sample: 1. Clone or [download](http://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=asamples) the repository. 2. If you have not yet created a namespace in InterSystems IRIS, follow the [detailed instructions](http://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GSA_config_namespace_create) to do so. -3. Using Atelier, create a project that's connected to InterSystems IRIS. +3. Using [VSCode-ObjectScript](https://github.com/intersystems-community/vscode-objectscript), create a project that's connected to InterSystems IRIS. 4. Right-click your project icon, and click Import. Then select General > File System. 5. Click the Browse button, and browse to the folder for the ObjectScript folder within the repository you downloaded. 6. Select all 10 cls files, and click the checkbox for the Create top-level folder option.