From b64233e358ca34866e4238b2141c9001a50061b3 Mon Sep 17 00:00:00 2001 From: Yahya Al-Shamali <42281247+PointlessUser@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:27:47 -0600 Subject: [PATCH] Include webpage in README --- pkg/go-fysh/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pkg/go-fysh/README.md b/pkg/go-fysh/README.md index 333aae4..590bc58 100644 --- a/pkg/go-fysh/README.md +++ b/pkg/go-fysh/README.md @@ -9,7 +9,15 @@ ## 👩‍💻 How to Compile and Run Fysh -### ⚙️ Option 1: Using VSCode +### ⚙️ Option 1: Using Our Online Interpreter +1. **Visit Our Webpage** + - Visit our webpage at: https://fysh-fyve.github.io/ + +2. **Press Play** + - Write your code and press the play button + + +### ⚙️ Option 2: Using VSCode 1. **Download the Fysh VSCode Extension** - Install the Fysh extension from the VSCode marketplace. @@ -24,12 +32,12 @@ - Press the run button provided by the extension to execute your program. -### ⚙️ Option 2: Using Command Line +### ⚙️ Option 3: Using Command Line 1. **Install the Latest Version of Fysh** - Use the Go command to install Fysh: ```bash - go install github.com/Fysh-Fyve/fysh@latest + go install github.com/Fysh-Fyve/fysh/pkg/go-fysh@latest ``` 2. **Execute Your Fysh Program** @@ -585,4 +593,4 @@ This program calculates the nth Fibonacci number, in this case, the 7th. The 7th --- -This concludes the **Fyshhiker's Guide to the Ocean**. Happy Fyshing! \ No newline at end of file +This concludes the **Fyshhiker's Guide to the Ocean**. Happy Fyshing!