Skip to content

Commit 0ef65c0

Browse files
authored
Merge pull request onatcipli#20 from bbjay/patch-1
Add installation instructions
2 parents d10626a + 9064672 commit 0ef65c0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ You can change the bundleId and appName in following folders
1010
- MacOS
1111
- Linux
1212

13+
## Installation
14+
15+
```
16+
pub global activate rename
17+
```
18+
19+
1320
## Default Usage
1421

1522
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.**_
2330
## Custom Usage
2431

2532
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)
2734

2835
rename --appname yourappname -t ios
2936

0 commit comments

Comments
 (0)