We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ff514 commit 2fd9db9Copy full SHA for 2fd9db9
1 file changed
README.md
@@ -12,10 +12,13 @@ An example output is provided in [./example](https://github.com/ysawa0/create-py
12
13
### MacOS, Linux
14
15
-Download latest binary and install via provided `install.sh` or get it from [Releases](https://github.com/ysawa0/create-python-app/releases)
+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
+```
20
21
```bash
-sh install.sh
22
# cpa will be installed to ~/bin/cpa
23
# add ~/bin to your PATH
24
```
0 commit comments