Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Aug 28, 2023
1 parent c60a0c2 commit f47e2aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: ./setup
- name: Test setup artifacts
run: test/setup_artifacts
- name: Run uninstall
run: ./uninstall

macos_setup:
name: Setup on macOS
Expand All @@ -40,6 +42,8 @@ jobs:
run: ./setup
- name: Test setup artifacts
run: test/setup_artifacts
- name: Run uninstall
run: ./uninstall

static_analysis:
name: Static analysis
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ jobs:
run: rush get hello
```
## Uninstalling
```shell
$ curl -Ls get.dannyb.co/rush/uninstall | bash
```

## Contributing / Support

If you experience any issue, have a question or a suggestion, or if you wish
Expand Down
2 changes: 1 addition & 1 deletion test/setup_artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ fi

# Check a couple of man pages
check_file "/usr/local/share/man/man1/rush.1"
check_file "/usr/local/share/man/man1/rush-connect.1"
check_file "/usr/local/share/man/man1/rush-get.1"

echo "Setup artifacts are OK"
Empty file modified uninstall
100644 → 100755
Empty file.

0 comments on commit f47e2aa

Please sign in to comment.