Skip to content

Commit 678b978

Browse files
Removed $ from the commands in Readme (#416)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Daichi Furiya <[email protected]>
1 parent b0ad6bc commit 678b978

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ Widget build(BuildContext context) {
6161
Works with macOS and Linux.
6262

6363
```sh
64-
$ brew install FlutterGen/tap/fluttergen
64+
brew install FlutterGen/tap/fluttergen
6565
```
6666

6767
### Pub Global
6868

6969
Works with macOS, Linux and Windows.
7070

7171
```sh
72-
$ dart pub global activate flutter_gen
72+
dart pub global activate flutter_gen
7373
```
7474

7575
You might need to [set up your path](https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path).
@@ -87,23 +87,23 @@ dev_dependencies:
8787
2. Install [FlutterGen]
8888

8989
```sh
90-
$ flutter pub get
90+
flutter pub get
9191
```
9292

9393
3. Use [FlutterGen]
9494

9595
```
96-
$ flutter packages pub run build_runner build
96+
flutter packages pub run build_runner build
9797
```
9898

9999
## Usage
100100

101101
Run `fluttergen` after the configuration [`pubspec.yaml`](https://dart.dev/tools/pub/pubspec).
102102

103103
```sh
104-
$ fluttergen -h
104+
fluttergen -h
105105

106-
$ fluttergen -c example/pubspec.yaml
106+
fluttergen -c example/pubspec.yaml
107107
```
108108

109109
## Configuration file

0 commit comments

Comments
 (0)