Skip to content

Commit 79d2718

Browse files
committed
update README
1 parent 1a22a64 commit 79d2718

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ All tasks will be inserted into pydra.tasks.<yourtaskpackagename> namespace.
88
1. Click on new repo.
99
2. Select this template from the repository template drop down list.
1010
3. Give your repo a name.
11-
4. Once the repo is created search for TODO and replace with appropriate name.
12-
5. One of the folders is called TODO. This should be renamed to your package
11+
4. Once the repo is created and cloned, search for TODO (`grep -rn TODO . `) and
12+
replace with appropriate name.
13+
5. One of the folders is called TODO. This should also be renamed to your package
1314
name.
1415
6. Add tasks to the pydra/tasks/<yourpackagename> folder.
1516
7. You may want to initialize a sphinx docs directory.

0 commit comments

Comments
 (0)