Skip to content

Commit d995f97

Browse files
committed
📝 modify readme to add installing section [ci skip]
1 parent 42dce05 commit d995f97

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77

88
*[Autocomplete SQL]* provider for *[Atom]* *[Autocomplete Plus]*
99

10+
### Installing
11+
You may choose your preferred method of installation.
12+
###### Command Line APM
13+
`apm install autocomplete-sql`
14+
###### Atom GUI
15+
`Atom->Settings->Install->Search autocomplete-sql`
16+
###### Command Line Git
17+
You will have to know the location of the Atom configuration directory for your operating system. The default locations for Windows, MacOS, Linux are `%USERPROFILE%\.atom` and `~/.atom` respectively. After cloning the package, you will have to restart Atom which will automatically load it.
18+
```sh
19+
cd .atom/packages
20+
git clone git@github.com:webdevel/autocomplete-sql.git
21+
```
22+
1023
### Contributing
1124
Please read [Contributing]. Feel free to submit pull requests, issues and comments! Thank you. Participants will be added to the list of [Contributors].
1225

0 commit comments

Comments
 (0)