aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-08 21:44:57 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-08 21:44:57 +0100
commit1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9 (patch)
treead23d6d6a4186b933a9676663e1dce81c1ea102b /README.md
parentUpdate zh-HANT.json (diff)
parentInstall rpm for rpmbuild dependency (diff)
downloadferdium-app-1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9.tar.gz
ferdium-app-1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9.tar.zst
ferdium-app-1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9.zip
Merge branch 'develop' of https://github.com/getferdi/ferdi into develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec0f8a338..6aac3d449 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,16 @@ You can find the installers in the [latest stable release](https://github.com/ge
72 72
73(Don't know homebrew? [brew.sh](https://brew.sh/)) 73(Don't know homebrew? [brew.sh](https://brew.sh/))
74 74
75### Or use AUR (Arch Linux)
76
77Ferdi has two seperate AUR packages you can use:
78- **ferdi-build**: Uses your debian build and extracts it to Arch
79- **ferdi-git**: Uses system electron version
80
81If you use a AUR Helper e.g. yay, simply install it via ´yay -S ferdi-bin´
82
83`ferdi-git` may not work on all systems so we advice you to use `ferdi-bin` instead.
84
75## Ferdi-specific Features 85## Ferdi-specific Features
76 86
77- [x] Removes the counter-productive fullscreen app delay inviting users to upgrade 87- [x] Removes the counter-productive fullscreen app delay inviting users to upgrade
@@ -132,8 +142,7 @@ $ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel
132#### Windows 142#### Windows
133 143
134```bash 144```bash
135$ npm install --global windows-build-tools // Windows 10 145$ npm install --global windows-build-tools --vs2015
136$ npm install --global windows-build-tools --vs2015 // Windows 7
137``` 146```
138 147
139### Clone repository with submodule 148### Clone repository with submodule