Skip to content

Commit fc1106b

Browse files
committed
README.md: Add badges
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent f725db8 commit fc1106b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Play with Docker
44

5-
* `docker build . -t processing.r`
5+
* `docker build . -t processing.r` or `docker pull quay.io/gaocegege/processing.r`
66
* `docker run processing.r`
77
* Open the link of NoVNC in a web browser and the default password is `process`. Input it in the URL and play with Processing.R in a desktop environment:)
88

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<h4 align="center">Processing.R allows the users to write Processing sketches in R.</h4>
77

88
[![Build Status](https://travis-ci.org/gaocegege/Processing.R.svg?branch=master)](https://travis-ci.org/gaocegege/Processing.R)
9+
[![Docker Repository on Quay](https://quay.io/repository/gaocegege/processing.r/status "Docker Repository on Quay")](https://quay.io/repository/gaocegege/processing.r)
10+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/33ebc49f6f764fffb7ea7bf617edf902)](https://www.codacy.com/app/gaocegege/Processing-R?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=gaocegege/Processing.R&amp;utm_campaign=Badge_Grade)
11+
[![Gitter](https://badges.gitter.im/gaocegege/Processing.R.svg)](https://gitter.im/gaocegege/Processing.R?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
912

1013
Now Processing.R is still in early development stage, not production ready. Welcome to report bugs to [issues](https://github.com/gaocegege/Processing.R/issues)!
1114

0 commit comments

Comments
 (0)