File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 - opened
88 - synchronize
99 - reopened
10+ - ready_for_review
1011
1112 # Allows running this workflow manually
1213 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ The [Walkthrough](walkthrough) is a great way to familiarize yourself with the *
5151
5252# ## Bare-Metal Installation
5353
54- To run the application on bare-metal; download the [ source]({{ .Site.Params.GitHubRepo }}) and from the `src/` directory:
54+ To run the application on bare-metal; download the source code from the {{< latest_release >}} and from the `src/` directory:
5555
56561. Create and activate a Python Virtual Environment:
5757
@@ -84,7 +84,7 @@ To run the application on bare-metal; download the [source]({{ .Site.Params.GitH
8484References to `podman` commands, if applicable to your environment, can be substituted with `docker`.
8585{{% /notice %}}
8686
87- To run the application in a container; download the [ source]({{ .Site.Params.GitHubRepo }}) and from the top-level directory:
87+ To run the application in a container; download the source code from the {{< latest_release >}} and from the top-level directory:
8888
89891. Build the image.
9090
Original file line number Diff line number Diff line change 1+ < a href ="{{ .Site.Params.GitHubRepo }}/releases/latest "> latest release</ a >
You can’t perform that action at this time.
0 commit comments