Skip to content

Commit

Permalink
Add link to discord (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Oct 3, 2022
1 parent 281488a commit f9e6ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ if (!(";${Path};".ToLower() -like "*;${BinDir};*".ToLower())) {

Write-Output "Deno was installed successfully to ${DenoExe}"
Write-Output "Run 'deno --help' to get started"
Write-Output "Stuck? Join our Discord https://discord.gg/deno"
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ else
echo " export PATH=\"\$DENO_INSTALL/bin:\$PATH\""
echo "Run '$exe --help' to get started"
fi
echo
echo "Stuck? Join our Discord https://discord.gg/deno"

0 comments on commit f9e6ac8

Please sign in to comment.