File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ You can change the bundleId and appName in following folders
10
10
- MacOS
11
11
- Linux
12
12
13
+ ## Installation
14
+
15
+ ```
16
+ pub global activate rename
17
+ ```
18
+
19
+
13
20
## Default Usage
14
21
15
22
if you dont pass ** -t or --target** parameter it will try to rename all available platform project folders inside flutter project.
@@ -23,7 +30,7 @@ _**Run this command inside your flutter project root.**_
23
30
## Custom Usage
24
31
25
32
if you want to run commands directly (without using ` pub global run ` )
26
- ensure you [ add system catche bin directory to your path] ( https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path )
33
+ ensure you [ add system cache bin directory to your path] ( https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path )
27
34
28
35
rename --appname yourappname -t ios
29
36
You can’t perform that action at this time.
0 commit comments