Skip to content

Commit

Permalink
docs: Adds more clarity to pub get (#2610)
Browse files Browse the repository at this point in the history
Apparently someone thought they should run pub get in their terminal instead of flutter pub get. Though it's called "Pub: Get Packages" in the VS Code command pallete.
This changed pub get to flutter pub get in the installation guide (https://docs.flame-engine.org/latest/).
  • Loading branch information
brainwo authored Jul 17, 2023
1 parent 1567b38 commit 8a9f87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
The latest version can be found on [pub.dev](https://pub.dev/packages/flame/install).
then run `pub get` and you are ready to start using it!
then run `flutter pub get` and you are ready to start using it!


## Getting started
Expand Down

0 comments on commit 8a9f87e

Please sign in to comment.