diff --git a/README.md b/README.md index 7738e618..e652e8f7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ We're setting out to change that. ## Description [![LocalTests](https://github.com/binpash/try/actions/workflows/test.yaml/badge.svg)](https://github.com/binpash/try/actions/workflows/test.yaml) +[![License](https://img.shields.io/badge/License-MIT-blue)](#license) +[![issues - try](https://img.shields.io/github/issues/binpash/try)](https://github.com/binpash/try/issues) `try` lets you run a command and inspect its effects before changing your live system. `try` uses Linux's [namespaces (via `unshare`)](https://docs.kernel.org/userspace-api/unshare.html) and the [overlayfs](https://docs.kernel.org/filesystems/overlayfs.html) union filesystem. diff --git a/completions/README.md b/completions/README.md index b8458053..ea747d3d 100644 --- a/completions/README.md +++ b/completions/README.md @@ -10,7 +10,7 @@ source try.bash Alternatively, to enable *try* shell completion by default, consider adding the following line to your `.bashrc`: ```Bash -source /dothis-completion.bash +source /completions/try.bash ``` To enable *try* shell completion for all users,