diff --git a/README.md b/README.md index 0f9dd06..2baec39 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Here is a simple repo template for python pip Docker Projects (Sapian Standar) - Metrics (Prometheus) - docker buildx (Multiarch) +# using this template +``` bash +find . -type f -exec sed -i 's/python-pip-docker-template/new-name/g' {} \; +find . -type f -exec sed -i 's/PYTHON_PIP_DOCKER_TEMPLATE/NEW_NAME/g' {} \; +find . -type f -exec sed -i 's/python_pip_docker_template/new_name/g' {} \; +``` # Build And Push to docker registry ``` bash