You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Launchr
2
2
3
-
Launchr is a CLI action runner that executes actions inside short-lived local containers.
4
-
Actions are defined in `action.yaml` files, which are automatically discovered in the filesystem.
5
-
They can be placed anywhere that makes sense semantically. You can find action examples [here](example) and in the [documentation](docs).
3
+
Launchr is a CLI action runner that executes actions inside short-lived local containers.
4
+
Actions are defined in `action.yaml` files, which are automatically discovered in the filesystem.
5
+
They can be placed anywhere that makes sense semantically. You can find action examples [here](example) and in the [documentation](docs).
6
6
Launchr has a plugin system that allows to extend its functionality. See [core plugins](plugins), [compose](https://github.com/launchrctl/compose) and [documentation](docs).
7
7
8
8
## Table of contents
@@ -27,7 +27,7 @@ bin/launchr --help
27
27
The documentation for `launchr` usage can be found in [docs](docs).
28
28
29
29
If you face any issues with `launchr`:
30
-
1. Open an issue in the repo.
30
+
1. Open an issue in the repo.
31
31
2. Share the app version with `launchr --version`
32
32
33
33
## Installation
@@ -46,7 +46,7 @@ make install
46
46
launchr --version
47
47
```
48
48
49
-
The tool will be installed in `$GOPATH/bin` which is usually `~/go/bin`.
49
+
The tool will be installed in `$GOPATH/bin` which is usually `~/go/bin`.
50
50
If `GOPATH` env variable is not available, make sure you have it in `~/.bashrc` or `~/.zhrc`:
0 commit comments