fixing a punctuation error

This commit is contained in:
Alice Rhodes 2023-08-20 18:40:52 -04:00
parent e9762ff7f9
commit 299f4d3804
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ weight: 7
layout: subpage
---
__toc__
### General Accessibility Concepts

View File

@ -43,7 +43,7 @@ _Explanation_: Using the command in Step 2 you will need to run one of the follo
- For **ARM**64 based systems run this command:
<div class="code-snippet">
<input aria-label="Add Keys" type="text" readonly value=echo "deb [arch=arm64 signed-by=/usr/share/keyrings/veilid-packages-keyring.gpg] https://packages.veilid.net/apt stable main" | sudo tee /etc/apt/sources.list.d/veilid.list 1>/dev/null'>
<input aria-label="Add Keys" type="text" readonly value='echo "deb [arch=arm64 signed-by=/usr/share/keyrings/veilid-packages-keyring.gpg] https://packages.veilid.net/apt stable main" | sudo tee /etc/apt/sources.list.d/veilid.list 1>/dev/null'>
<button class="btn btn-secondary"><span>Copy</span></button>
</div>