Skip to content

Commit

Permalink
docs: mention in "build from source" the building part
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Angel committed Feb 10, 2024
1 parent 04c92e7 commit 1d60b6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/Getting-Started/Install-Eask/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d60b6f

Please sign in to comment.