Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
babyman committed Oct 3, 2021
1 parent 64e692d commit 3bc4759
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
A small Java application to convert [TiddlyWiki](https://tiddlywiki.com/) Repositories to [Obsidian](https://obsidian.md/)
Vaults.

### Building the code

You need Java 11 and Maven to build and execute this project, if you don't have them I would recommend using
[SDKMAN](https://sdkman.io/) it's very simple to install and makes everything easier :).

Once you're set clone this repo and build away:

```shell
mvn clean package
```

The 'fat' jar can be found in the `target` subdirectory.

### Usage

```shell
Expand Down

0 comments on commit 3bc4759

Please sign in to comment.