You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
303 B

  1. # INSTALLATION
  2. ```sh
  3. git_url="git@git.toptal.com:screening/Michel-Combes"
  4. git clone --recursive $git_url toychain
  5. cd toychain
  6. gpg --decrypt local.key.asc | git-crypt unlock -
  7. . rc.sh
  8. # install perl modules from modules.deps
  9. sh install.sh
  10. # initialize config and keys
  11. sh init.sh
  12. bin/toychain start
  13. ```