Skip to content

Commit

Permalink
Add better command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Apr 19, 2024
1 parent adfcf67 commit 6058abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ After the repository is create make sure to change the following: (we may need t

* change the owners in the the .github/CODEOWNERS
* run a global rename command where you rename new_name to your project name
* run: `find . -type f -exec sed -i s|python_project|new_name|g {} \;`
* macos: `find . -type f -not -path "./.git/*" -exec sed -i '' "s/python_project/new_name/g" {} \;`
* linux: `find . -type f -not -path "./.git/*" -exec sed -i "s/python_project/new_name/g" {} \;`
* rename the python_project/ folder to your project name

* change author and name in pyproject.toml
* change maintainer label and workfolder in Dockerfile
* change labels in Dockerfile to appropriate values

0 comments on commit 6058abc

Please sign in to comment.