Skip to content

Commit

Permalink
Merge pull request #3 from adamjosefus/development
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
adamjosefus authored Mar 27, 2022
2 parents 96bb801 + e911b3c commit 0109e74
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,34 @@ You can found this project on [Deno.land registry](https://deno.land/x/esbuilder
# Installations
1. [Install **Deno 🦕**](https://deno.land/#installation)
2. [Check if your `.deno` folder is in PATH](https://deno.land/[email protected]/tools/script_installer#script-installer)
3. Clone this repository
4. **Install it!**
3. **Install it!**

## Install in **Visual Studio Code**
- Open Repository in VS Code

## Install from **Deno** *(Simpliest way)*
Run the following command:
```sh
deno install \
--allow-read \
--allow-write \
--allow-env \
--allow-run \
--name esbuilder \
https://deno.land/x/esbuilder/builder.ts
```


## Install by **VSCode** task runner *(No terminal way)*
- Clone this repository
- Open repo in VS Code
- Open Command Pallete _(`Ctrl + Shift + P` / `⌘ + Shift + P`)_
- Select → `Tasks: Run Task`
- Run → `Install Builder`
- **Run → `Install ESBuilder`**


## Install in **Terminal** from Repository
- Clone this repository
- Run the following command:

## Install in **Terminal**
```sh
deno install \
--allow-read \
Expand Down

0 comments on commit 0109e74

Please sign in to comment.