Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary "pub get" step from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed May 17, 2019
1 parent bbf3166 commit a9fad74
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions containers/dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ This definition includes some test code that will help you verify it is working
2. Clone this repository.
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
4. Select the `containers/dart` folder.
5. After the folder has opened in the container, press <kbd>F1</kbd>, and select **Pub: Get Packages** to download packages
6. After packages have been downloaded, press <kbd>F5</kbd> to start the project and launch the browser.
7. You should see "Hello remote world!" after the page loads.
8. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
5. After the folder has opened in the container, press <kbd>F5</kbd> to start the project and launch the browser.
6. You should see "Hello remote world!" after the page loads.
7. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.

## License

Expand Down

0 comments on commit a9fad74

Please sign in to comment.