Skip to content

Commit

Permalink
Include webpage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PointlessUser authored Oct 10, 2024
1 parent 27fe1a0 commit b64233e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pkg/go-fysh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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**
Expand Down Expand Up @@ -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!
This concludes the **Fyshhiker's Guide to the Ocean**. Happy Fyshing!

0 comments on commit b64233e

Please sign in to comment.