Skip to content

v0.2.7 🦚 [peacock]

Compare
Choose a tag to compare
@k33g k33g released this 08 Oct 16:20
· 218 commits to main since this release

The fall version 🍁

The Docker image of Capsule will follow the same versioning.

Install Capsule

CAPSULE_VERSION="v0.2.7"
wget -O - https://raw.githubusercontent.com/bots-garden/capsule/${CAPSULE_VERSION}/install-capsule-launcher.sh| bash

The script will install Capsule in $HOME/.local/bin

🖐 On macOS:

  • create the $HOME/.local/bin directory
  • add it to your path:
    export CAPSULE_PATH="$HOME/.local"
    export PATH="$CAPSULE_PATH/bin:$PATH"

if you want to install Capsule somewhere else, override the CAPSULE_PATH variable (default value: CAPSULE_PATH="$HOME/.local/bin")

Install Capsule Builder (cabu)

CAPSULE_BUILDER_VERSION="v0.0.1"
wget -O - https://raw.githubusercontent.com/bots-garden/capsule-function-builder/${CAPSULE_BUILDER_VERSION}/install-capsule-builder.sh | bash