1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Doc: Added Arch Linux package info

This commit is contained in:
Laurent Cozic 2018-04-19 19:42:44 +02:00
parent 4ce2b2c948
commit 363632ffa7
4 changed files with 20 additions and 16 deletions

View File

@ -18,11 +18,11 @@ Three types of applications are available: for the **desktop** (Windows, macOS a
## Desktop applications
Operating System | Download
-----------------|--------
Windows (64-bit only) | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-Setup-1.0.83.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a>
macOS | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-1.0.83.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a>
Linux | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-1.0.83-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a>
Operating System | Download | Alternative
-----------------|--------|-------------------
Windows (64-bit only) | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-Setup-1.0.83.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a> |
macOS | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-1.0.83.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a> |
Linux | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-1.0.83-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a> | An Arch Linux package [is also available](#terminal-application).
## Mobile applications
@ -37,7 +37,7 @@ Operating system | Method
-----------------|----------------
macOS | `brew install joplin`
Linux or Windows (via [WSL](https://msdn.microsoft.com/en-us/commandline/wsl/faq?f=255&MSPPError=-2147217396)) | **Important:** First, [install Node 8+](https://nodejs.org/en/download/package-manager/). Node 8 is LTS but not yet available everywhere so you might need to manually install it.<br/><br/>`NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin`<br/>`sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin`<br><br>By default, the application binary will be installed under `~/.joplin-bin`. You may change this directory if needed. Alternatively, if your npm permissions are setup as described [here](https://docs.npmjs.com/getting-started/fixing-npm-permissions#option-2-change-npms-default-directory-to-another-directory) (Option 2) then simply running `npm -g install joplin` would work.
Arch Linux | An Arch Linux pakage is available [here](https://aur.archlinux.org/packages/joplin/). To install it, use an AUR wrapper such as yay: `yay -S joplin`. For support, please go to the [GitHub repo](https://github.com/masterkorp/joplin-pkgbuild).
Arch Linux | An Arch Linux pakage is available [here](https://aur.archlinux.org/packages/joplin/). To install it, use an AUR wrapper such as yay: `yay -S joplin`. Both the CLI tool (type `joplin`) and desktop app (type `joplin-desktop`) are packaged. For support, please go to the [GitHub repo](https://github.com/masterkorp/joplin-pkgbuild).
To start it, type `joplin`.

View File

@ -264,20 +264,24 @@
<tr>
<th>Operating System</th>
<th>Download</th>
<th>Alternative</th>
</tr>
</thead>
<tbody>
<tr>
<td>Windows (64-bit only)</td>
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-Setup-1.0.83.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a></td>
<td></td>
</tr>
<tr>
<td>macOS</td>
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-1.0.83.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a></td>
<td></td>
</tr>
<tr>
<td>Linux</td>
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.83/Joplin-1.0.83-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a></td>
<td>An Arch Linux package <a href="#terminal-application">is also available</a>.</td>
</tr>
</tbody>
</table>
@ -322,7 +326,7 @@
</tr>
<tr>
<td>Arch Linux</td>
<td>An Arch Linux pakage is available <a href="https://aur.archlinux.org/packages/joplin/">here</a>. To install it, use an AUR wrapper such as yay: <code>yay -S joplin</code>. For support, please go to the <a href="https://github.com/masterkorp/joplin-pkgbuild">GitHub repo</a>.</td>
<td>An Arch Linux pakage is available <a href="https://aur.archlinux.org/packages/joplin/">here</a>. To install it, use an AUR wrapper such as yay: <code>yay -S joplin</code>. Both the CLI tool (type <code>joplin</code>) and desktop app (type <code>joplin-desktop</code>) are packaged. For support, please go to the <a href="https://github.com/masterkorp/joplin-pkgbuild">GitHub repo</a>.</td>
</tr>
</tbody>
</table>
@ -479,14 +483,14 @@ $$
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/hr.png" alt=""></td>
<td>Croatian</td>
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/hr_HR.po">hr_HR</a></td>
<td>Hrvoje Mandić <a href="&#x6d;&#97;&#x69;&#108;&#116;&#x6f;&#x3a;&#x74;&#x72;&#x62;&#x75;&#x68;&#111;&#109;&#x40;&#110;&#x65;&#x74;&#46;&#x68;&#114;">&#x74;&#x72;&#x62;&#x75;&#x68;&#111;&#109;&#x40;&#110;&#x65;&#x74;&#46;&#x68;&#114;</a></td>
<td>Hrvoje Mandić <a href="&#x6d;&#97;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#116;&#114;&#x62;&#117;&#x68;&#x6f;&#x6d;&#64;&#x6e;&#x65;&#x74;&#x2e;&#104;&#x72;">&#116;&#114;&#x62;&#117;&#x68;&#x6f;&#x6d;&#64;&#x6e;&#x65;&#x74;&#x2e;&#104;&#x72;</a></td>
<td>62%</td>
</tr>
<tr>
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/cz.png" alt=""></td>
<td>Czech</td>
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/cs_CZ.po">cs_CZ</a></td>
<td>Lukas Helebrandt <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#x6f;&#x3a;&#108;&#117;&#107;&#x61;&#x73;&#64;&#97;&#x69;&#x79;&#x61;&#46;&#99;&#122;">&#108;&#117;&#107;&#x61;&#x73;&#64;&#97;&#x69;&#x79;&#x61;&#46;&#99;&#122;</a></td>
<td>Lukas Helebrandt <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#111;&#58;&#x6c;&#x75;&#107;&#97;&#115;&#x40;&#97;&#105;&#x79;&#x61;&#x2e;&#x63;&#x7a;">&#x6c;&#x75;&#107;&#97;&#115;&#x40;&#97;&#105;&#x79;&#x61;&#x2e;&#x63;&#x7a;</a></td>
<td>97%</td>
</tr>
<tr>
@ -500,7 +504,7 @@ $$
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/de.png" alt=""></td>
<td>Deutsch</td>
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/de_DE.po">de_DE</a></td>
<td>Tobias Grasse <a href="&#109;&#97;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#x6d;&#x61;&#x69;&#x6c;&#x40;&#x74;&#111;&#98;&#105;&#97;&#115;&#45;&#103;&#114;&#x61;&#x73;&#115;&#101;&#46;&#110;&#x65;&#116;">&#x6d;&#x61;&#x69;&#x6c;&#x40;&#x74;&#111;&#98;&#105;&#97;&#115;&#45;&#103;&#114;&#x61;&#x73;&#115;&#101;&#46;&#110;&#x65;&#116;</a></td>
<td>Tobias Grasse <a href="&#x6d;&#97;&#105;&#x6c;&#116;&#x6f;&#x3a;&#109;&#x61;&#105;&#108;&#64;&#x74;&#111;&#x62;&#105;&#x61;&#115;&#x2d;&#x67;&#114;&#97;&#115;&#115;&#101;&#x2e;&#x6e;&#101;&#x74;">&#109;&#x61;&#105;&#108;&#64;&#x74;&#111;&#x62;&#105;&#x61;&#115;&#x2d;&#x67;&#114;&#97;&#115;&#115;&#101;&#x2e;&#x6e;&#101;&#x74;</a></td>
<td>96%</td>
</tr>
<tr>
@ -514,7 +518,7 @@ $$
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/es.png" alt=""></td>
<td>Español</td>
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po">es_ES</a></td>
<td>Fernando Martín <a href="&#109;&#x61;&#x69;&#108;&#116;&#x6f;&#58;&#x66;&#x40;&#x6d;&#114;&#116;&#x6e;&#46;&#x65;&#115;">&#x66;&#x40;&#x6d;&#114;&#116;&#x6e;&#46;&#x65;&#115;</a></td>
<td>Fernando Martín <a href="&#x6d;&#x61;&#105;&#108;&#116;&#x6f;&#58;&#102;&#x40;&#x6d;&#x72;&#116;&#110;&#x2e;&#x65;&#x73;">&#102;&#x40;&#x6d;&#x72;&#116;&#110;&#x2e;&#x65;&#x73;</a></td>
<td>100%</td>
</tr>
<tr>
@ -528,7 +532,7 @@ $$
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/es.png" alt=""></td>
<td>Galician</td>
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/gl_ES.po">gl_ES</a></td>
<td>Marcos Lans <a href="&#109;&#97;&#x69;&#x6c;&#116;&#111;&#58;&#109;&#x61;&#x72;&#x63;&#x6f;&#x73;&#108;&#x61;&#x6e;&#x73;&#x67;&#97;&#x72;&#x7a;&#97;&#x40;&#x67;&#x6d;&#97;&#105;&#x6c;&#46;&#99;&#x6f;&#109;">&#109;&#x61;&#x72;&#x63;&#x6f;&#x73;&#108;&#x61;&#x6e;&#x73;&#x67;&#97;&#x72;&#x7a;&#97;&#x40;&#x67;&#x6d;&#97;&#105;&#x6c;&#46;&#99;&#x6f;&#109;</a></td>
<td>Marcos Lans <a href="&#109;&#97;&#x69;&#x6c;&#x74;&#x6f;&#58;&#x6d;&#97;&#x72;&#x63;&#111;&#115;&#108;&#x61;&#110;&#115;&#103;&#x61;&#x72;&#x7a;&#97;&#x40;&#103;&#109;&#97;&#105;&#108;&#x2e;&#99;&#111;&#109;">&#x6d;&#97;&#x72;&#x63;&#111;&#115;&#108;&#x61;&#110;&#115;&#103;&#x61;&#x72;&#x7a;&#97;&#x40;&#103;&#109;&#97;&#105;&#108;&#x2e;&#99;&#111;&#109;</a></td>
<td>97%</td>
</tr>
<tr>
@ -549,14 +553,14 @@ $$
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/br.png" alt=""></td>
<td>Português (Brasil)</td>
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_BR.po">pt_BR</a></td>
<td>Renato Nunes Bastos <a href="&#x6d;&#97;&#105;&#108;&#x74;&#111;&#x3a;&#114;&#110;&#98;&#x61;&#115;&#x74;&#111;&#115;&#x40;&#x67;&#x6d;&#x61;&#105;&#x6c;&#46;&#x63;&#111;&#109;">&#114;&#110;&#98;&#x61;&#115;&#x74;&#111;&#115;&#x40;&#x67;&#x6d;&#x61;&#105;&#x6c;&#46;&#x63;&#111;&#109;</a></td>
<td>Renato Nunes Bastos <a href="&#x6d;&#97;&#105;&#108;&#x74;&#x6f;&#58;&#114;&#110;&#98;&#x61;&#x73;&#x74;&#111;&#x73;&#x40;&#x67;&#109;&#97;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#109;">&#114;&#110;&#98;&#x61;&#x73;&#x74;&#111;&#x73;&#x40;&#x67;&#109;&#97;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#109;</a></td>
<td>95%</td>
</tr>
<tr>
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/ru.png" alt=""></td>
<td>Русский</td>
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/ru_RU.po">ru_RU</a></td>
<td>Artyom Karlov <a href="&#109;&#97;&#105;&#x6c;&#x74;&#111;&#x3a;&#97;&#x72;&#x74;&#x79;&#x6f;&#x6d;&#x2e;&#x6b;&#x61;&#114;&#108;&#111;&#118;&#64;&#x67;&#109;&#97;&#x69;&#108;&#46;&#99;&#x6f;&#109;">&#97;&#x72;&#x74;&#x79;&#x6f;&#x6d;&#x2e;&#x6b;&#x61;&#114;&#108;&#111;&#118;&#64;&#x67;&#109;&#97;&#x69;&#108;&#46;&#99;&#x6f;&#109;</a></td>
<td>Artyom Karlov <a href="&#109;&#97;&#105;&#108;&#x74;&#111;&#58;&#x61;&#x72;&#x74;&#x79;&#111;&#109;&#x2e;&#107;&#97;&#x72;&#108;&#111;&#x76;&#x40;&#x67;&#x6d;&#x61;&#x69;&#x6c;&#x2e;&#x63;&#111;&#109;">&#x61;&#x72;&#x74;&#x79;&#111;&#109;&#x2e;&#107;&#97;&#x72;&#108;&#111;&#x76;&#x40;&#x67;&#x6d;&#x61;&#x69;&#x6c;&#x2e;&#x63;&#111;&#109;</a></td>
<td>96%</td>
</tr>
<tr>

View File

@ -272,7 +272,7 @@
</tr>
<tr>
<td>Arch Linux</td>
<td>An Arch Linux pakage is available <a href="https://aur.archlinux.org/packages/joplin/">here</a>. To install it, use an AUR wrapper such as yay: <code>yay -S joplin</code>. For support, please go to the <a href="https://github.com/masterkorp/joplin-pkgbuild">GitHub repo</a>.</td>
<td>An Arch Linux pakage is available <a href="https://aur.archlinux.org/packages/joplin/">here</a>. To install it, use an AUR wrapper such as yay: <code>yay -S joplin</code>. Both the CLI tool (type <code>joplin</code>) and desktop app (type <code>joplin-desktop</code>) are packaged. For support, please go to the <a href="https://github.com/masterkorp/joplin-pkgbuild">GitHub repo</a>.</td>
</tr>
</tbody>
</table>

View File

@ -14,7 +14,7 @@ Operating system | Method
-----------------|----------------
macOS | `brew install joplin`
Linux or Windows (via [WSL](https://msdn.microsoft.com/en-us/commandline/wsl/faq?f=255&MSPPError=-2147217396)) | **Important:** First, [install Node 8+](https://nodejs.org/en/download/package-manager/). Node 8 is LTS but not yet available everywhere so you might need to manually install it.<br/><br/>`NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin`<br/>`sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin`<br><br>By default, the application binary will be installed under `~/.joplin-bin`. You may change this directory if needed. Alternatively, if your npm permissions are setup as described [here](https://docs.npmjs.com/getting-started/fixing-npm-permissions#option-2-change-npms-default-directory-to-another-directory) (Option 2) then simply running `npm -g install joplin` would work.
Arch Linux | An Arch Linux pakage is available [here](https://aur.archlinux.org/packages/joplin/). To install it, use an AUR wrapper such as yay: `yay -S joplin`. For support, please go to the [GitHub repo](https://github.com/masterkorp/joplin-pkgbuild).
Arch Linux | An Arch Linux pakage is available [here](https://aur.archlinux.org/packages/joplin/). To install it, use an AUR wrapper such as yay: `yay -S joplin`. Both the CLI tool (type `joplin`) and desktop app (type `joplin-desktop`) are packaged. For support, please go to the [GitHub repo](https://github.com/masterkorp/joplin-pkgbuild).
To start it, type `joplin`.