Skip to content

Commit 319059b

Browse files
committed
docs: update dart pub global activate snippet in README
1 parent 866271c commit 319059b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In order to use Dart Frog you must have the [Dart SDK][dart_installation_link] i
1717

1818
```sh
1919
# 📦 Install the dart_frog cli from source
20-
dart pub global activate --source path ./packages/dart_frog_cli
20+
dart pub global activate dart_frog_cli
2121
```
2222

2323
### Creating a Project ✨
@@ -231,7 +231,3 @@ In the above test, we're using `package:mocktail` to create a mock `RequestConte
231231
[logo_white]: ./assets/dart_frog_logo_white.png#gh-dark-mode-only
232232
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
233233
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
234-
235-
```
236-
237-
```

0 commit comments

Comments
 (0)