Some installation instructions

This commit is contained in:
R Tyler Croy 2020-12-19 21:29:11 -08:00
parent fa509c25db
commit e5bb3f5f65
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,6 @@
This repository contains an grammar and parser for the link:https://www.jenkins.io/doc/book/pipeline/#declarative-pipeline-fundamentals[Jenkins Declarative Pipeline] syntax. It's for educational and testing purposes :)
== CLI
This repository provides the `jdp` command line utility which can be used for syntax
@ -15,6 +14,12 @@ Checking: data/valid/complex-deployment/Jenkinsfile
Looks valid! Great work!
----
=== Installing
You can download built release binaries from the link:https://github.com/rtyler/jdp/releases[GitHub Releases]
**or** just run `cargo install jdp`.
== Caveats
This parser is **not** a Groovy syntax parser, and as such any advanced or wacky