diff --git a/docs/content/Getting-Started/Install-Eask/_index.en.md b/docs/content/Getting-Started/Install-Eask/_index.en.md index 6132a424..838e6fbd 100644 --- a/docs/content/Getting-Started/Install-Eask/_index.en.md +++ b/docs/content/Getting-Started/Install-Eask/_index.en.md @@ -139,8 +139,10 @@ $ git clone https://github.com/emacs-eask/cli eask-cli # change the working directory to eask-cli $ cd eask-cli -# install the requirements -$ npm install +# install the requirements. `pkg` has to be installed explicitly +$ npm install && npm install pkg +# build from sources. For available targets see `scripts` in `package.json` +$ npm run pkg-linux-x64 ``` ### 🏡 Setup