Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.28 KB

README.md

File metadata and controls

60 lines (41 loc) · 2.28 KB

Zettelkasten

build status

Zettelkasten is a program for knowledge management. It is inspired by the note-taking system of Niklas Luhmann (Zettelkasten is German for slip-box).

screenshot Zettelkasten main window on macOS

Download

Find the latest release here.

Wiki

Find content about Zettelkasten in our Wiki here.

Zettelkasten Build

To build Zettelkasten, you need a Java Development Kit (JDK) 8 and Maven 3.

To get a local repository, use Git:

git clone git@github.com:Zettelkasten-Team/Zettelkasten.git

Then, in the root directory of the local repository, run the following command line:

mvn clean package

Note: mvn is Apache Maven. Confirm with mvn -v in a new shell.

Find the build result in your target directory.

License

The GPLv3 applies. For detail information see LICENSE.md