We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61ffd8 commit 868e020Copy full SHA for 868e020
1 file changed
apps/site/util/downloadUtils.tsx
@@ -171,6 +171,7 @@ export const INSTALL_METHODS: Array<
171
value: 'FNM',
172
compatibility: { os: ['MAC', 'LINUX', 'WIN'] },
173
iconImage: <InstallMethodIcons.FNM width={16} height={16} />,
174
+ recommended: true,
175
url: 'https://github.com/Schniz/fnm',
176
info: 'layouts.download.codeBox.platformInfo.fnm',
177
},
0 commit comments