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:
2929
3030``` bash
3131# 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
3333```
3434
3535Alternatively, add as a submodule:
@@ -38,7 +38,7 @@ Alternatively, add as a submodule:
3838# PUBLIC USE HTTPS
3939cd {repo root}
4040# 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
4242# Update submodule
4343git submodule update --init --recursive --remote
4444```
You can’t perform that action at this time.
0 commit comments