Skip to content

Commit 4f6ef06

Browse files
committed
fix: add getting started to README
1 parent 7c14864 commit 4f6ef06

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ A replacement of the definitions functionality from the original Atom-IDE / Nucl
77
## Features
88

99
* Go to definition (using keymap or context menu).
10+
11+
## Getting Started
12+
13+
1. Install `atom-ide-definitions` in Atom.
14+
15+
2. Install an IDE language package that you would like to use:
16+
* TypeScript & JavaScript [ide-typescript](https://atom.io/packages/ide-typescript)
17+
* Python [ide-python](https://atom.io/packages/ide-python)
18+
* Rust [ide-rust](hhttps://atom.io/packages/ide-rust)
19+
20+
You can also search for [packages](https://atom.io/packages/search?q=IDE) in Atom.

0 commit comments

Comments
 (0)