From 6e737c579a931025a65e80560dc72f88c1575a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=8B=E5=85=9A=20Lidang?= Date: Sat, 17 Feb 2024 07:43:33 -0600 Subject: [PATCH] Update Getting Started.md --- darc-docs/docs/By-law Script/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darc-docs/docs/By-law Script/Getting Started.md b/darc-docs/docs/By-law Script/Getting Started.md index 4ea5a0f..f4189b5 100644 --- a/darc-docs/docs/By-law Script/Getting Started.md +++ b/darc-docs/docs/By-law Script/Getting Started.md @@ -13,7 +13,7 @@ By-law Script is the first programming language for describing the operations an ### Setup -There are two ways to write and execute By-law Script programs. The first is to use the By-law Script IDE at [darc.app](darc.app), which is a web-based IDE that allows you to write, compile, and execute By-law Script programs. +There are two ways to write and execute By-law Script programs. The first is to use the By-law Script IDE at [https://darc.app](https://darc.app), which is a web-based IDE that allows you to write, compile, and execute By-law Script programs. The second is to use the darcjs SDK, which is a command-line tool that allows you to write By-law Script programs in a text editor and then compile and execute them.