Personal workspace for learning all things Google Coral TPU related.
This and other read-me files in this repo are RunMe Playbooks.
Use this playbook step/task to update the RunMe CLI.
If you don't have RunMe installed, you'll need to copy/paste the command. :)
go install github.com/stateful/runme/v3@v3
Setup command auto-completion:
if [[ -d ~/.bash_libs.d ]]; then
runme completion bash > ~/.bash_libs.d/19.00-completion-runme.sh
printf "Don't forget to run: %s\n" "source ~/.bash_libs.d/19.00-completion-runme.sh"
else
runme completion bash >> ~/.bash_completion_runmme.sh
printf "%s\n" "source ~/.bash_completion_runmme.sh" >> ~/.bashrc
printf "Don't forget to run: %s\n" "source ~/.bashrc"
fi