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 1912ff4 commit 4761cc1Copy full SHA for 4761cc1
cmds/util/upgrade-eask.js
@@ -45,7 +45,7 @@ exports.handler = async (argv) => {
45
console.log(' [1] Make sure you have git installed and has the right permission');
46
console.log(' [2] You install Eask with other package management tool');
47
console.log('');
48
- console.log('For example, if you install eask with npm:');
+ console.log('For example, if you have installed eask with npm:');
49
50
console.log(' $ npm install -g @emacs-eask/cli@latest');
51
0 commit comments