mirror of
https://github.com/cmur2/language-fluentd.git
synced 2024-12-22 02:54:25 +01:00
docs: add installation instructions and screenshot
This commit is contained in:
parent
3c271eeed6
commit
3360373cb6
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.1 (November 25, 2017)
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- Add installation instructions and screenshot
|
||||||
|
|
||||||
## 1.1.0 (November 25, 2017)
|
## 1.1.0 (November 25, 2017)
|
||||||
|
|
||||||
NEW FEATURES:
|
NEW FEATURES:
|
||||||
|
16
README.md
16
README.md
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
Adds basic syntax highlighting to `fluent.conf` based on the [Sublime Text and TextMate package](https://github.com/adamchainz/fluentd.tmLanguage) with some improvements in Atom.
|
Adds basic syntax highlighting to `fluent.conf` based on the [Sublime Text and TextMate package](https://github.com/adamchainz/fluentd.tmLanguage) with some improvements in Atom.
|
||||||
|
|
||||||
|
![Screenshot](/screenshot.png?raw=true)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Available as [Atom package](https://atom.io/packages/language-fluentd):
|
||||||
|
|
||||||
|
```
|
||||||
|
apm install language-fluentd
|
||||||
|
```
|
||||||
|
|
||||||
|
Or directly via git:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/cmur2/language-fluentd.git ~/.atom/packages/language-fluentd
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
language-fluentd is licensed under the MIT License. See LICENSE for more information.
|
language-fluentd is licensed under the MIT License. See LICENSE for more information.
|
||||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Loading…
Reference in New Issue
Block a user