Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thequilo authored Mar 17, 2022
1 parent 0ee7249 commit 8dd7b4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ This is a quick write-up of a possible way to render tikz graphics in Obsidian.

### 2. install this plugin

Clone the repo into `<path_to_your_vult>/.obsidian/plugins` and activate it in the settings.
**Variant 1**
Download and unzip release into `<path_to_your_vult>/.obsidian/plugins/obsidian-tikz-renderer`.

**Variant 2**
Clone the repo into `<path_to_your_vult>/.obsidian/plugins`, build it with `npm i && npm run build` and activate it in the settings.

### 3. Set the latex command correctly

Expand Down

0 comments on commit 8dd7b4c

Please sign in to comment.