diff --git a/install.ps1 b/install.ps1 index 577a465..e0fbac5 100644 --- a/install.ps1 +++ b/install.ps1 @@ -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" diff --git a/install.sh b/install.sh index d097aa0..733c3a8 100755 --- a/install.sh +++ b/install.sh @@ -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"