Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d995f97

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

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+13Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.