Skip to content

Commit e21a6dd

Browse files
authored
Merge pull request #107 from jpogran/improve-readme
(GH-99) Improve Readme instructions
2 parents bbd5676 + 4c3e341 commit e21a6dd

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

client/README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ This extension provides full Puppet Language support for [Visual Studio Code](ht
99

1010
**It is currently in technical preview, so that we can gather bug reports and find out what new features to add.**
1111

12+
## Requirements
13+
14+
You will need to have Puppet Agent installed in order to fully use this extension. You can find instructions and installation links here:
15+
16+
* [Windows](https://docs.puppet.com/puppet/latest/install_windows.html)
17+
* [MacOSX](https://docs.puppet.com/puppet/latest/install_osx.html)
18+
* [Linux](https://docs.puppet.com/puppet/latest/install_linux.html)
19+
20+
## Quick start
21+
22+
Open any Puppet manifest with the extension '.pp' or 'epp' and the extension will load automatically. Once loaded the extension will be available for the duration of the session.
23+
24+
![Example of features](docs/assets/language_server.gif)
25+
1226
## Platform support
1327

1428
- Microsoft Windows
@@ -17,24 +31,14 @@ This extension provides full Puppet Language support for [Visual Studio Code](ht
1731

1832
## Features
1933

20-
- [Syntax highlighting](#Syntax_Highlighting)
21-
- [Code snippets](#Code_snippets)
34+
- Syntax highlighting
35+
- Code snippets
36+
- Linting
2237
- IntelliSense for resources, parameters and more
2338
- Validation of `metadata.json` files
2439
- Import from `puppet resource` directly into manifests
2540
- Node graph preview
2641

27-
28-
![Example of features](docs/assets/language_server.gif)
29-
30-
## Requirements
31-
32-
You will need to have Puppet Agent installed in order to fully use this extension. You can find instructions and installation links here:
33-
34-
* [Windows](https://docs.puppet.com/puppet/4.10/install_windows.html)
35-
* [MacOSX](https://docs.puppet.com/puppet/4.10/install_osx.html)
36-
* [Linux](https://docs.puppet.com/puppet/4.10/install_linux.html)
37-
3842
## Feature information
3943

4044
### Syntax Highlighting
@@ -109,4 +113,4 @@ Restart Visual Studio Code and try to reproduce the problem, then examine the lo
109113

110114
## License
111115

112-
This extension is [licensed under the Apache-2.0 License](LICENSE.txt).
116+
This extension is [licensed under the Apache-2.0 License](LICENSE.txt).

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@
189189
"dependencies": {
190190
"vscode-languageclient": "^3.1.0"
191191
}
192-
}
192+
}

0 commit comments

Comments
 (0)