Skip to content

Install a package

bonyong lee edited this page Oct 26, 2018 · 2 revisions

Package

The package is a project distribution. It can be published or installed by ship. The ship's package repository is located at ${USER_HOME}/.aergo_modules. A package name specify github repository. For example, aergoio/athena-343 means https://github.com/aergoio/athena-343. Your install command will move github's contents to repository.

Command

$ ship install $PACKAGE_NAME

Example

$ ship install aergoio/athena-343

Clone this wiki locally