We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5808220 commit c197114Copy full SHA for c197114
README.md
@@ -6,9 +6,8 @@
6
### How to use
7
8
```sh
9
-sh ./replace.sh $your_project_name $your_github_id $your_name
10
-# or want to keep origin github_id and name
11
-sh ./replace.sh $your_project_name
+# start replacing process, the script will ask some problems to make your project
+./replace.sh
12
13
# commit
14
rm ./replace.sh && git add . && git commit -m "rename"
0 commit comments