You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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