Skip to content

Commit 4101d38

Browse files
committed
[skip-ci] doc: instruction for install with shell script
1 parent 32687e6 commit 4101d38

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ docker:
2727
docker pull ghcr.io/sunggun-yu/gh-app-access-token:latest
2828
```
2929

30+
shell script:
31+
32+
```bash
33+
curl -sfL https://raw.githubusercontent.com/sunggun-yu/gh-app-access-token/main/install.sh | sh
34+
```
35+
36+
it place `gh-app-access-token` in `/tmp` directory. please set `INSTALL_PATH` env var to change directory
37+
38+
```bash
39+
export INSTALL_PATH=/<some-dir>
40+
curl -sfL https://raw.githubusercontent.com/sunggun-yu/gh-app-access-token/main/install.sh | sh
41+
```
42+
43+
or,
44+
45+
```bash
46+
curl -sfL https://raw.githubusercontent.com/sunggun-yu/gh-app-access-token/main/install.sh | INSTALL_PATH=/<some-dir> sh
47+
```
48+
3049
## Usage
3150

3251
### Generate a Github App access token

0 commit comments

Comments
 (0)