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

Commit a9fad74

Browse files
committed
Remove unnecessary "pub get" step from readme
1 parent bbf3166 commit a9fad74

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

containers/dart/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ This definition includes some test code that will help you verify it is working
3838
2. Clone this repository.
3939
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
4040
4. Select the `containers/dart` folder.
41-
5. After the folder has opened in the container, press <kbd>F1</kbd>, and select **Pub: Get Packages** to download packages
42-
6. After packages have been downloaded, press <kbd>F5</kbd> to start the project and launch the browser.
43-
7. You should see "Hello remote world!" after the page loads.
44-
8. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
41+
5. After the folder has opened in the container, press <kbd>F5</kbd> to start the project and launch the browser.
42+
6. You should see "Hello remote world!" after the page loads.
43+
7. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
4544

4645
## License
4746

0 commit comments

Comments
 (0)