Skip to content

Commit 89cb950

Browse files
committed
implemented installation guide to README.md
1 parent ef5ce21 commit 89cb950

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,21 @@ f(x)=E+log(x)*2
6363

6464
To see the complete list of supported math functions, please check the [wiki](https://github.com/leonhma/obsidian-functionplot/wiki).
6565

66+
## How to Install
67+
68+
1. ```` git clone https://github.com/leonhma/obsidian-functionplot /path/to/.obsidian/.plugins/
69+
2. ```` cd /path/to/.obsidian/.plugins/ ````
70+
2. ```` npm install ````
71+
3. ```` npm run build ````
72+
4. Open Obsidian, go to Settings → Community Plugins, and Enable the plugin.
73+
6674
## ⚙ Plugin Settings
6775
6876
Since version `1.2.0` there's a dedicated settings page for this plugin. Here you can adjust things like font sizes for the text elements of the plot, line widths and various colors. To access this page, head to the obsidian settings and scroll down the list to 'Community Plugins > Obsidian Functionplot'.
6977
7078
![Settings Page](https://github.com/leonhma/obsidian-functionplot/blob/master/images/settings/dark.png)
7179
72-
> **Note**
80+
> **Note**
7381
> For changes to be applied, Obsidian needs to "re-render" the chart. You can either restart Obsidian, or switch between view modes (eg. Reading mode > Edit mode > Reading mode).
7482
7583
---

0 commit comments

Comments
 (0)