Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
🐞Fixed Deno cmd for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbhosagi authored Jul 4, 2023
1 parent dd0d83c commit 1dfcc54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Download Node.js. Run this followed commands:
git clone https://github.com/AssembleProgramming/AssembleScript.git

# Install Deno using npm: In the terminal, execute the following command to install Deno globally using npm:
sudo npm install -g deno (MAC/LINUX)
sudo npm install -g deno (MAC)
sudo snap install deno (LINUX)
npm install -g deno (WINDOWS)

# Verify the installation: After the installation is complete, you can verify that Deno has been installed correctly by running the following command:
Expand Down

0 comments on commit 1dfcc54

Please sign in to comment.