We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6151313 commit d7a656cCopy full SHA for d7a656c
webinstall/install.bat
@@ -36,6 +36,6 @@ del %ZIP%
36
37
echo ✓ Eask is installed in %EAKS_BIN_DIR%.
38
echo.
39
-echo Don't forget to add `%EASK_BIN_DIR% to PATH environment variable:
+echo Don't forget to add %EASK_BIN_DIR% to PATH environment variable:
40
41
-echo set PATH=%ELDEV_BIN_DIR%;%%PATH%%
+echo set PATH=%EASK_BIN_DIR%;%%PATH%%
webinstall/install.sh
@@ -53,7 +53,7 @@ unzip -d "$eask_bin_dir" -o "$zip"
53
54
rm $zip
55
56
-echo "✓ Eask is installed in %EAKS_BIN_DIR%."
+echo "✓ Eask is installed in ${eask_bin_dir}."
57
echo
58
echo "Don't forget to add ${eask_bin_dir} to PATH environment variable:"
59
0 commit comments