install
Usage: chr install [<options>]
Install library dependencies, if no library specified all will be installed
Configuration Properties:
-s, --settings=<settings> Alternate path for project settings file
Options:
-lib, --library=<library> Name of library
-h, --help Show this message and exit
The install command (chr install
) enables you to download and use third-party Rell libraries in your dapp.
libs:
ft4:
registry: https://bitbucket.org/chromawallet/ft3-lib/src/
tagOrBranch: v0.1.5r
path: rell/src/lib/ft4
rid: x"7E7D652AE3081E9A71EF870C1926AA65F715CF5FF5F379559C4FD92B6E6EB04F"
insecure: false
Ssh
When installing using ssh urls you need to have a ssh-agent running with your key added to it and that the host is added as a known host.
- Verify ssh-agent is running
ps aux | grep -v grep | grep ssh-agent
- Your agent has your key added to it
ssh-add -l
- Host is in "Known Hosts" in your ssh config folder (~/.ssh/known_hosts)