This is an automated email from the ASF dual-hosted git repository. gerben pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git
commit 2e063deab9ecba107abfc8d1b83fbe2d9c01d36e Author: Gerben <[email protected]> AuthorDate: Fri Sep 3 12:58:27 2021 +0200 tweak syntax highlighting --- src/docs/develop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/develop.md b/src/docs/develop.md index f1c8bb5..2300712 100644 --- a/src/docs/develop.md +++ b/src/docs/develop.md @@ -20,7 +20,7 @@ If you’d like to code on the project, you will need the following: To retrieve the code using git: -``` +``` shell $ git clone https://gitbox.apache.org/repos/asf/incubator-annotator.git apache-annotator ``` @@ -47,7 +47,7 @@ To use your local build of the code in an application that depends on annotator, To run a webserver running [the demo](https://annotator.apache.org/demo/): -``` +``` shell $ yarn start ```
