Skip to content

Commit eb0417d

Browse files
authored
Update README.md
1 parent 23172c2 commit eb0417d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# zig-project-template
1+
# zig-project-template
2+
3+
Create a project using this template and run following command to replace project name.
4+
5+
```Bash
6+
find . -type f -exec sed -i "s/zig-project-template/<YOUR PROJECT NAME>/g" {} \;
7+
```
8+
9+
Then [add a license to your project](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository).

0 commit comments

Comments
 (0)