diff --git a/README.md b/README.md index 05e3d37..5c016c3 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,13 @@ This patterns follow the [gitignore spec 2.22.1](https://git-scm.com/docs/gitign ![generate file tree pannel](meta/settings.png) ## Note -This plugin use FS *(desktop only)* to load files from your local directory. \ No newline at end of file +This plugin use FS *(desktop only)* to load files from your local directory. + +## Installation +In your vault folder, go to `./.obsidian/plugins/file-tree-generator/` +Then you can: + +Clone this REPO and run `npm run build` or directly download latest plugin release containing `main.js`, `manifest.json` and `versions.json`. + +> [!NOTE] +> If you are a developer, clone this repo -> run `npm i` -> start coding with `npm run dev` *(to hot-reload the plugin in obsidian, install [Hot-Reload plugin](https://github.com/pjeby/hot-reload))* \ No newline at end of file diff --git a/package.json b/package.json index 64f6ee9..13d113a 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "main": "main.js", "scripts": { "dev": "tsup-node --watch ./src", - "build": "tsup-node", - "version": "node version-bump.mjs && git add manifest.json versions.json" + "build": "tsup-node" }, "keywords": [ "file",