Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver committed Jan 8, 2025
1 parent ad1b180 commit 650f25e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ FlavorLang blends coding with culinary creativity! Write programs like recipes &
<!-- chmod +x install.sh -->

```bash
./install.sh
$ bash install.sh
```

##### 3. Handle macOS Security Prompt (If Any)
Expand All @@ -88,7 +88,7 @@ FlavorLang blends coding with culinary creativity! Write programs like recipes &
##### 4. Verify Installation

```bash
flavor --about
$ flavor --about
```

#### For Ubuntu Users
Expand All @@ -102,13 +102,13 @@ flavor --about
<!-- chmod +x install.sh -->

```bash
./install.sh
$ bash install.sh
```

##### 3. Verify Installation

```bash
flavor --about
$ flavor --about
```

#### Make it Yourself
Expand Down Expand Up @@ -190,16 +190,16 @@ $ flavor --about # About FlavorLang
Navigate to the `vscode-extension` folder and install dependencies:

```bash
cd vscode-extension
npm install
$ cd vscode-extension
$ npm install
```

#### 2. Package the Extension

Use vsce (Visual Studio Code Extension Manager) to build the `.vsix` package:

```bash
npx vsce package
$ npx vsce package
```

#### 3. Install in VS Code
Expand Down

0 comments on commit 650f25e

Please sign in to comment.