Skip to content

Commit

Permalink
fix command template for package pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jun 19, 2024
1 parent 05465f1 commit 60a4835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageRegistryService/Pages/Components/Package.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int downloads
<hr />
<section>
<h4>Install with <a href=""https://github.com/nfdi4plants/arc-validate"">arc-validate</a></h4>
<pre><code> arc-validate package install {packageName} --package-version {packageVersion}</code></pre>
<pre><code> arc-validate package install {packageName} --version {packageVersion}</code></pre>
<h4>Include in a <a href=""https://doi.org/10.1111/tpj.16474"">PLANTDataHUB CQC pipeline</a></h4>
<pre><code class=""language-yaml"">validation_packages:
- name: {packageName}
Expand Down

0 comments on commit 60a4835

Please sign in to comment.