Created
March 2, 2021 23:34
-
-
Save wader/1bb7b303401b2ef8321d3f6da2e6c659 to your computer and use it in GitHub Desktop.
github linguest add new language steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -ti --rm -v "$PWD:$PWD" -w "$PWD" -v /var/run/docker.sock:/var/run/docker.sock ubuntu | |
| apt-get install cmake pkg-config libicu-dev docker.io ruby ruby-dev libz-dev build-essential libssl-dev | |
| gem install bundler | |
| script/bootstrap | |
| script/add-grammar https://github.com/wader/linguist-language-jq | |
| script/update-ids | |
| bundle exec rake samples | |
| bundle exec rake test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment