Skip to content

Commit

Permalink
Merge pull request #47 from binpash/add-licence-and-issue-badges
Browse files Browse the repository at this point in the history
Badges in README; typo fix in completion instructions.
  • Loading branch information
mgree authored Jun 24, 2023
2 parents 3ecf1fd + 7611ebc commit b2df6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion completions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path-to-your-script>/dothis-completion.bash
source <path-to-try-dir>/completions/try.bash
```

To enable *try* shell completion for all users,
Expand Down

0 comments on commit b2df6b6

Please sign in to comment.