You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
**IPFS Desktop gives you all the power of [IPFS](https://ipfs.io) in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer.**
11
11
@@ -21,9 +21,9 @@ Use IPFS Desktop to get acquainted with IPFS without needing to touch the termin
21
21
22
22
When in doubt, pick one of package formats with built-in automatic update mechanism:
- If you prefer to manage updates on your own, see [other package formats](#install) below.
28
28
29
29
## Table of Contents
@@ -90,36 +90,35 @@ Release notes and older versions of IPFS Desktop can be found on the [releases p
90
90
Don't see your favorite package manager? Visit our [package managers page](https://github.com/ipfs-shipyard/ipfs-desktop/issues/691) and help us add support for it!
-**FreeBSD** (experimental): [ipfs-desktop-0.16.3-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.16.3/ipfs-desktop-0.16.3-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
-**FreeBSD** (experimental): [ipfs-desktop-0.17.0-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.17.0/ipfs-desktop-0.17.0-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
-**AUR** (maintained by [@RubenKelevra](https://github.com/RubenKelevra)) Use the [`ipfs-desktop` package](https://aur.archlinux.org/packages/ipfs-desktop/)
117
117
118
118
### Install from source
119
119
120
120
To install and run IPFS Desktop from source, you'll also need:
121
-
-[Node.js](https://nodejs.org/en/)`>=12`
122
-
-[npm](npmjs.org)`>=6.1.0`
121
+
-[Node.js](https://nodejs.org/en/) – pick the current LTS
123
122
- Any [platform-specific dependencies](https://github.com/nodejs/node-gyp#installation) required by [`node-gyp`](https://github.com/nodejs/node-gyp)
124
123
125
124
Then, follow the steps below to clone the source code, install dependencies, and run the app.
0 commit comments