~siegfriedehret/sublime-auto-link-title

344dc4e24e9690a61352b4029cbe909a77194219 — Siegfried Ehret 1 year, 5 months ago d349fd9
📝 update readme
1 files changed, 5 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +5 -2
@@ 4,9 4,12 @@ A Sublime Text package to fetch the title of a page and insert it as a markdown 

## Installation

Copy the `AutoLinkTitle.sublime-package` file to your `Installed Packages` directory.
1. Clone this repository.
2. Go to your Packages folder in your terminal.
3. Run `ln -s <path of repository>`
4. Open the command palette and run "Package Control: Satisfy Dependencies" to install the dependencies (listed in the `dependencies.json` file).

Open the command palette and run "Package Control: Satisfy Dependencies" to install the dependencies (listed in the `dependencies.json` file).
⚠️ (this should work... but does not) Copy the `AutoLinkTitle.sublime-package` file to your `Installed Packages` directory.

## Usage