Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Iiro Krankka committed Jul 3, 2018
1 parent 003e56d commit a5b4846
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ cd lib && mv tmdb_config.dart.sample tmdb_config.dart && cd ..

If you don't trust in random bash scripts copied from the Internet, you can just rename the `tmdb_config.dart.sample` to `tmdb_config.dart` manually.

### The stack & building from source

The project is currently built using the [latest Flutter Beta 3](https://medium.com/flutter-io/flutter-beta-3-7d88125245dc), with Dart 2 enabled.
### Building from source

To build the project, ensure that you have a recent version of the Flutter SDK installed. Then either run `flutter run` in the project root or use your IDE of choice. To run the tests, run `flutter test` in the project root.

Expand Down

0 comments on commit a5b4846

Please sign in to comment.