docs: add installation instructions and screenshot

This commit is contained in:
cn 2017-11-26 17:10:00 +01:00
父節點 c476fe63f0
當前提交 1f77d6ab0f
共有 3 個文件被更改,包括 18 次插入1 次删除

查看文件

@ -1,6 +1,6 @@
# Changelog
## 1.1.0
## 1.1.0 (November 26, 2017)
NEW FEATURES:
@ -12,6 +12,7 @@ NEW FEATURES:
IMPROVEMENTS:
- Add example zone file using many possibilities offered by RFC 1035 syntax (even if this package does not highlight it correctly)
- Add installation instructions and screenshot
## 1.0.0 (November 11, 2017)

查看文件

@ -2,6 +2,22 @@
Adds basic syntax highlighting based on the [Sublime Text package](https://github.com/sixty4k/st2-zonefile) to zone files in Atom.
![Screenshot](/screenshot.png?raw=true)
## Installation
Available as [Atom package](https://atom.io/packages/language-zonefile):
```
apm install language-zonefile
```
Or directly via git:
```
git clone https://github.com/cmur2/language-zonefile.git ~/.atom/packages/language-zonefile
```
## License
language-zonefile is licensed under the MIT License. See LICENSE for more information.

二進制
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 84 KiB