Skip to content

Commit

Permalink
chore: change install instructions for snap channel
Browse files Browse the repository at this point in the history
- update download.tsx to recommend snap stable instead of edge channel
  • Loading branch information
mcmxcdev committed Nov 22, 2023
1 parent f0e96d6 commit 5f0727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const Download = (props: Props) => {
/>
<CodeBlockSection
title='Snap (Ubuntu linux and derivatives)'
text={`snap install --edge ferdium\nsnap connect ferdium:camera\nsnap connect ferdium:audio-record`}
text={`snap install ferdium\nsnap connect ferdium:camera\nsnap connect ferdium:audio-record`}
/>
</Section>
</Layout>
Expand Down

0 comments on commit 5f0727f

Please sign in to comment.