From 33a1daa4dc0a01a8d2fd68300ddd63503aab8d41 Mon Sep 17 00:00:00 2001 From: Amine Mouafik 穆昂明 Date: Mon, 4 Nov 2019 10:54:46 +0700 Subject: Review misleading build dependencies for Windows --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ec0f8a338..6a2c61e07 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,7 @@ $ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel #### Windows ```bash -$ npm install --global windows-build-tools // Windows 10 -$ npm install --global windows-build-tools --vs2015 // Windows 7 +$ npm install --global windows-build-tools --vs2015 ``` ### Clone repository with submodule -- cgit v1.2.3-70-g09d2 From 326f0edc2467c8d686c6401387c2240855dd8d65 Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 5 Nov 2019 10:46:38 +0100 Subject: Add AUR package --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6a2c61e07..53c977957 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,14 @@ You can find the installers in the [latest stable release](https://github.com/ge (Don't know homebrew? [brew.sh](https://brew.sh/)) +### Or use AUR (Arch Linux) + +Ferdi has two seperate AUR packages you can use: +- **ferdi-git**: Uses system electron version +- **ferdi-build**: Uses your debian build and extracts it to Arch + +If you use a AUR Helper e.g. yay, simply install it via ´yay -S ferdi-bin´ + ## Ferdi-specific Features - [x] Removes the counter-productive fullscreen app delay inviting users to upgrade -- cgit v1.2.3-70-g09d2 From 192026074dc2d209889fc497a6a4796b1d8a18a7 Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 5 Nov 2019 10:48:48 +0100 Subject: Add info about ferdi-git not working --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 53c977957..6aac3d449 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,13 @@ You can find the installers in the [latest stable release](https://github.com/ge ### Or use AUR (Arch Linux) Ferdi has two seperate AUR packages you can use: -- **ferdi-git**: Uses system electron version - **ferdi-build**: Uses your debian build and extracts it to Arch +- **ferdi-git**: Uses system electron version If you use a AUR Helper e.g. yay, simply install it via ´yay -S ferdi-bin´ +`ferdi-git` may not work on all systems so we advice you to use `ferdi-bin` instead. + ## Ferdi-specific Features - [x] Removes the counter-productive fullscreen app delay inviting users to upgrade -- cgit v1.2.3-70-g09d2