Running the new package you've just built locally
#1
Sat, 2015-04-11 18:53
visualjeff
-
- Offline
- 2 years 11 months ago
- 2015-04-11
I just built iojs 1.6.4 on Alpine Linux (following the instructions on the Alpine Wiki) how to I run it locally? I'm not ready to push my changes back up to the remote git testing repo.
Thanks,
visualjeff
You should be able to install it with apk add --allow-untrusted ./mypackage.apk
Thanks! Works perfect.