Skip to content

Commit 6c514ca

Browse files
committed
Update README
1 parent ed53e5a commit 6c514ca

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ The official Sublime Text plugin for ReScript.
44

55
## Install
66

7-
This is a developer preview, so the installation is manual for now.
8-
9-
- Clone repo locally.
10-
- Cmd-shift-p -> Preferences: Browse Packages. Get the path where ST stores packages (e.g. `~/Library/Application Support/Sublime Text 3/Packages`).
11-
- In the terminal, `ln -s /path/to/your/cloned/repo pathOfSTPackages`
7+
Get it from https://packagecontrol.io/packages/ReScript
128

139
## Features
1410

@@ -17,7 +13,7 @@ This is a developer preview, so the installation is manual for now.
1713

1814
## Config
1915

20-
- Cmd-shift-p -> UI: Select Color Scheme. Use Mariana for best effects. Or try another one and tell us. Mariana colors tokens distinctively (and still pleasantly) enough for module and variant to be visually distinct despite both being capitalized. Gotta have accurate highlighting!
16+
- Command Palette (`cmd-shift-p`) -> UI: Select Color Scheme. Use Mariana for best effects. Or try another one and tell us. Mariana colors tokens distinctively (and still pleasantly) enough for module and variant to be visually distinct despite both being capitalized. Gotta have accurate highlighting!
2117

2218
<!-- - Open this repo's `Default.sublime-settings`, put in the absolute path to the formatter exe in `optionalGlobalFormatter`. -->
2319

@@ -35,4 +31,4 @@ Tldr (documented in first link):
3531

3632
- Change `ReScript.sublime-syntax`
3733
- Open `syntax_test.res`
38-
- Cmd-shift-p -> Build With: Syntax Tests
34+
- Command Palette (`cmd-shift-p`) -> Build With: Syntax Tests

0 commit comments

Comments
 (0)