Skip to content

Commit

Permalink
chore: make fnm an official installation method
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio W <[email protected]>
  • Loading branch information
ovflowd authored Jan 10, 2025
1 parent d61ffd8 commit 868e020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/site/util/downloadUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export const INSTALL_METHODS: Array<
value: 'FNM',
compatibility: { os: ['MAC', 'LINUX', 'WIN'] },
iconImage: <InstallMethodIcons.FNM width={16} height={16} />,
recommended: true,
url: 'https://github.com/Schniz/fnm',
info: 'layouts.download.codeBox.platformInfo.fnm',
},
Expand Down

0 comments on commit 868e020

Please sign in to comment.