aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Makazzz <makazzzpro@live.ca>2019-10-27 18:31:13 -0400
committerLibravatar Makazzz <makazzzpro@live.ca>2019-10-27 18:31:13 -0400
commit1ed020cf86cb6ea0d1e5f0c821bd05ba6a018b4d (patch)
treea7d1f405de09e3da21c10ef96e7ed01b9ae7178b
parentAdd catchphrases (diff)
downloadferdium-app-1ed020cf86cb6ea0d1e5f0c821bd05ba6a018b4d.tar.gz
ferdium-app-1ed020cf86cb6ea0d1e5f0c821bd05ba6a018b4d.tar.zst
ferdium-app-1ed020cf86cb6ea0d1e5f0c821bd05ba6a018b4d.zip
Change size of topics dev
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 52824960e..90a01b091 100644
--- a/README.md
+++ b/README.md
@@ -106,29 +106,29 @@ You can find the installers in the [latest stable release](https://github.com/ge
106 106
107## Development 107## Development
108 108
109#### Install OS dependencies 109### Install OS dependencies
110 110
111##### Node.js 111#### Node.js
112 112
113Please make sure you are running NodeJS v10 ([v10.16.3](https://nodejs.org/dist/v10.16.3/) suggested). Versions above will throw an errow when trying to install due to an [old fsevent dependency](https://github.com/fsevents/fsevents/issues/278). 113Please make sure you are running NodeJS v10 ([v10.16.3](https://nodejs.org/dist/v10.16.3/) suggested). Versions above will throw an errow when trying to install due to an [old fsevent dependency](https://github.com/fsevents/fsevents/issues/278).
114 114
115##### Git 115#### Git
116 116
117The version [2.23.0](https://github.com/git-for-windows/git/releases/tag/v2.23.0.windows.1) for Git is working fine for development. You can then use the console from Git to do the development procedure. 117The version [2.23.0](https://github.com/git-for-windows/git/releases/tag/v2.23.0.windows.1) for Git is working fine for development. You can then use the console from Git to do the development procedure.
118 118
119##### Debian/Ubuntu 119#### Debian/Ubuntu
120 120
121```bash 121```bash
122$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev 122$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev
123``` 123```
124 124
125##### Fedora 125#### Fedora
126 126
127```bash 127```bash
128$ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel 128$ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel
129``` 129```
130 130
131##### Windows 131#### Windows
132 132
133```bash 133```bash
134$ npm install --global windows-build-tools // Windows 10 134$ npm install --global windows-build-tools // Windows 10