fix links

This commit is contained in:
azivner 2017-12-25 12:50:16 -05:00
parent 583123ab0a
commit bca5087426
2 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ Hierarchical note taking application. Picture tells a thousand words:
* Notes can be arranged into arbitrarily deep hierarchy
* Notes can have more than 1 parents - see [cloning](https://github.com/zadam/trilium/wiki/Cloning-notes)
* WYSIWYG (What You See Is What You Get) editing
* Fast and easy [navigation between notes](https://github.com/zadam/trilium/wiki/Note-navigation)
* Fast and easy [navigation between notes](https://github.com/zadam/trilium/wiki/Note-navigation) inspired by IDEs
* Seamless note versioning
* Can be deployed as web application and / or desktop application with offline access (electron based)
* [Synchronization with](https://github.com/zadam/trilium/wiki/Synchronization) self-hosted sync server
@ -16,14 +16,14 @@ Hierarchical note taking application. Picture tells a thousand words:
## Builds
* If you want to install Trilium on server, follow [this page](https://github.com/zadam/trilium/wiki/Installation-on-server)
* If you want to use Trilium on the desktop, download binary release for your platfor from [[latest release|https://github.com/zadam/trilium/releases/latest]], unzip the package and run ```trilium``` executable.
* If you want to install Trilium on server, follow [this page](https://github.com/zadam/trilium/wiki/Installation-as-webapp)
* If you want to use Trilium on the desktop, download binary release for your platfor from [latest release](https://github.com/zadam/trilium/releases/latest), unzip the package and run ```trilium``` executable.
## Supported platforms
Desktop (electron) builds are available for Linux and Windows.
Desktop (electron) builds are available for Linux and Windows, both for 64 bits.
Requirements for web based installation are [outlined here](https://github.com/zadam/trilium/wiki/Installation-on-server).
Requirements for web based installation are [outlined here](https://github.com/zadam/trilium/wiki/Installation-as-webapp).
Currently only recent Chrome and Firefox are supported (tested) browsers. Other modern browsers (not IE) might work as well.

View file

@ -1 +1 @@
module.exports = { build_date:"2017-12-24T23:10:42-05:00", build_revision: "8c7977906083eb7f7c793ad1e1dc1c9bc575f4bd" };
module.exports = { build_date:"2017-12-25T10:07:19-05:00", build_revision: "583123ab0a5df7dca5b19f2c67ab8ef853e72673" };