Update desktop-cli.md (#257)

This commit is contained in:
Cameron Robertson
2023-11-03 13:33:58 -06:00
committed by GitHub
parent a425fcfb7a
commit ccd46072f2

View File

@@ -71,6 +71,7 @@ If you wish to build the HaLo CLI from source, you can perform the following ste
# go to the cli/ subdirectory
cd cli
npm install
npm install -g pkg
pkg package.json
```
3. Done! The binaries will be produced in `cli/dist` subdirectory.