Skip to content

Commit ea11464

Browse files
authored
Disco live updates (#452)
* update README to link to Disco Live * update build status badge
1 parent 6dd8cf0 commit ea11464

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![Build Status](https://travis-ci.org/disco-lang/disco.svg?branch=master)](https://travis-ci.org/disco-lang/disco)
1+
[![Build Status](https://github.com/disco-lang/disco/actions/workflows/haskell-ci.yml/badge.svg](https://github.com/disco-lang/disco/actions)
22
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
33

44
Disco is a programming language intended to teach basic functional
55
programming principles in the context of a discrete mathematics
66
course.
77

8-
**If you are a student sent here to install Disco on your computer**,
9-
[see the instructions below](https://github.com/disco-lang/disco#building-disco)!
8+
**Visit [Disco Live](https://disco-lang.github.io/disco-live/) to use
9+
Disco directly in your browser without installing anything!**
1010

1111
Design principles
1212
-----------------
@@ -47,7 +47,10 @@ If you'd like to contribute to disco development, check out
4747
Building disco
4848
--------------
4949

50-
Scroll down to find the instructions appropriate to your OS!
50+
Scroll down to find the instructions appropriate to your operating system. **Note,
51+
if you are a student using Disco for a class, you should not need
52+
these instructions!** You should be able to use [Disco
53+
Live](https://disco-lang.github.io/disco-live/) in your browser.
5154

5255
Building disco on Windows
5356
-------------------------

0 commit comments

Comments
 (0)