Skip to content

Commit 2fd9db9

Browse files
committed
clean
1 parent b1ff514 commit 2fd9db9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ An example output is provided in [./example](https://github.com/ysawa0/create-py
1212

1313
### MacOS, Linux
1414

15-
Download latest binary and install via provided `install.sh` or get it from [Releases](https://github.com/ysawa0/create-python-app/releases)
15+
Download latest binary and install via script below or get it from [Releases](https://github.com/ysawa0/create-python-app/releases)
16+
17+
```bash
18+
curl -sSL https://raw.githubusercontent.com/ysawa0/create-python-app/main/install.sh | bash
19+
```
1620

1721
```bash
18-
sh install.sh
1922
# cpa will be installed to ~/bin/cpa
2023
# add ~/bin to your PATH
2124
```

0 commit comments

Comments
 (0)