mirror of
https://github.com/cmur2/language-zonefile.git
synced 2024-12-22 02:54:25 +01:00
docs: add installation instructions and screenshot
This commit is contained in:
parent
c476fe63f0
commit
1f77d6ab0f
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0 (November 26, 2017)
|
||||||
|
|
||||||
NEW FEATURES:
|
NEW FEATURES:
|
||||||
|
|
||||||
@ -12,6 +12,7 @@ NEW FEATURES:
|
|||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
- Add example zone file using many possibilities offered by RFC 1035 syntax (even if this package does not highlight it correctly)
|
- 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)
|
## 1.0.0 (November 11, 2017)
|
||||||
|
|
||||||
|
16
README.md
16
README.md
@ -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.
|
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
|
## License
|
||||||
|
|
||||||
language-zonefile is licensed under the MIT License. See LICENSE for more information.
|
language-zonefile 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: 84 KiB |
Loading…
Reference in New Issue
Block a user