Skip to content

Commit 851ddcd

Browse files
committed
Merge branch 'master' of github.com:mathix420/pylone
2 parents 1d8fdea + cd7cc6e commit 851ddcd

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
@@ -19,6 +19,12 @@
1919
- Multi stages lambdas
2020
- Before/after deploy hooks
2121

22+
# Install
23+
24+
```bash
25+
pip install pylone
26+
```
27+
2228
# Usage
2329

2430
## Pylone usage
@@ -71,3 +77,16 @@ Allows you to choose the bucket name where pylone will upload zip files.
7177
```yaml
7278
bucket-name: tmp-pylone-files
7379
```
80+
81+
# DX
82+
83+
## VSCode config
84+
85+
`.vscode/settings.json`
86+
```json
87+
{
88+
"yaml.customTags": [
89+
"!env scalar"
90+
]
91+
}
92+
```

0 commit comments

Comments
 (0)