In getting started part 2, added direct download link for the app zip and updated the repo link as there is no way to download from within the directory. (#15175)

This commit is contained in:
Craig Osterhout
2022-07-27 13:05:29 -07:00
committed by GitHub
parent b0dc95cd62
commit 820366d4bf

View File

@@ -24,7 +24,7 @@ Before we can run the application, we need to get the application source code on
our machine. For real projects, you will typically clone the repo. But, for this tutorial,
we have created a ZIP file containing the application.
1. [Download the App contents](https://github.com/docker/getting-started/tree/master/app){:target="_blank" rel="noopener" class="_"}. You can either pull the entire project or download it as a zip and extract the app folder out to get started with.
1. Download the App contents from the [getting-started repository](https://github.com/docker/getting-started/tree/master){:target="_blank" rel="noopener" class="_"}. You can either pull the entire project or [download it as a zip](https://github.com/docker/getting-started/archive/refs/heads/master.zip) and extract the app folder out to get started with.
2. Once extracted, use your favorite code editor to open the project. If you're in need of
an editor, you can use [Visual Studio Code](https://code.visualstudio.com/){:target="_blank" rel="noopener" class="_"}. You should