Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Apr 22, 2023
1 parent 32471d1 commit 2316a96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push,workflow_dispatch]

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ curl -L 'https://github.com/mulle-nat/mulle-bashfunctions/archive/latest.tar.gz'

### Packages

| OS | Command
|-------|--------------------------------------------------------------
| macos | `brew install mulle-kybernetik/mulle-bashfunctions`
| linux | `apt install mulle-bashfunctions`
| OS | Command | Comment
|-------|------------------------------------|-------------------------
| macos | `brew install mulle-kybernetik/mulle-bashfunctions` |
| linux | `apt install mulle-bashfunctions` | See [here](https://github.com/mulle-sde/mulle-sde-developer#debian-mulle-kybernetik-repository) for apt repository


## Author
Expand Down
1 change: 1 addition & 0 deletions cola/packages.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
os = "linux";
manager = "apt";
command = "apt install mulle-bashfunctions";
comment = "See [here](https://github.com/mulle-sde/mulle-sde-developer#debian-mulle-kybernetik-repository) for apt repository";
}
)
}

0 comments on commit 2316a96

Please sign in to comment.