Skip to content

Releases: f11snipe/f11

v2.5.0

01 May 02:41
2302b20

Choose a tag to compare

Updates

  • More documentation and GitHub templates
  • Update latest releases

Standalone (compressed) binaries

27 Apr 15:23
28446e3

Choose a tag to compare

Install with NPM

npm i -g f11 && f11

Dedicated platform one-liner (linux)

rm /tmp/f11-linux; curl -sL https://f11snipe.sh/f11-linux.xz -o /tmp/f11-linux.xz && xz -d /tmp/f11-linux.xz && chmod +x /tmp/f11-linux && /tmp/f11-linux

Dedicated platform one-liner (osx)

rm /tmp/f11-macos; curl -sL https://f11snipe.sh/f11-macos.xz -o /tmp/f11-macos.xz && xz -d /tmp/f11-macos.xz && chmod +x /tmp/f11-macos && /tmp/f11-macos

Dedicated platform one-liner (windows)

rm /tmp/f11-win.exe; curl -sL https://f11snipe.sh/f11-win.exe.xz -o /tmp/f11-win.exe.xz && xz -d /tmp/f11-win.exe.xz && chmod +x /tmp/f11-win.exe && /tmp/f11-win.exe