File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Clone for standalone use or within a repo:
29
29
30
30
``` bash
31
31
# If installing into an exisiting repo, navigate to repo dir
32
- git clone --depth 1 https://github.com/robertpeteuil/build_py_lambda_layer _build_layer
32
+ git clone --depth 1 https://github.com/robertpeteuil/build-lambda-layer-python _build_layer
33
33
```
34
34
35
35
Alternatively, add as a submodule:
@@ -38,7 +38,7 @@ Alternatively, add as a submodule:
38
38
# PUBLIC USE HTTPS
39
39
cd {repo root}
40
40
# eventual public repo will use http
41
- git submodule add https://github.com/robertpeteuil/build_py_lambda_layer _build_layer
41
+ git submodule add https://github.com/robertpeteuil/build-lambda-layer-python _build_layer
42
42
# Update submodule
43
43
git submodule update --init --recursive --remote
44
44
```
You can’t perform that action at this time.
0 commit comments