Skip to content

Commit faa4b88

Browse files
committed
tweak README.md a bit
include message about the automated tests
1 parent 09d120c commit faa4b88

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ A programming environment for cyberphysical programming.
88

99
## Getting started
1010

11-
To get started, you can either download a binary release or build Extempore from
12-
source yourself.
13-
1411
### The easy way
1512

1613
Download [VSCode](https://code.visualstudio.com/), install the Extempore
@@ -20,7 +17,7 @@ For more details, head to the [Quickstart
2017
page](https://extemporelang.github.io/docs/overview/quickstart/) in Extempore's
2118
online docs.
2219

23-
### The slightly harder way
20+
### The slightly harder way (for those who don't want to use VSCode)
2421

2522
Download the latest [binary
2623
release](https://github.com/digego/extempore/releases) for your platform, unzip
@@ -52,6 +49,14 @@ version):
5249

5350
#### Other build-from-source notes
5451

52+
- the Extempore build is [automatically
53+
tested](https://github.com/digego/extempore/actions?query=workflow%3A%22Build+%26+run+tests%22)
54+
on Ubuntu (LTS versions back to 16.04), macOS (latest only) and Windows
55+
(Server 2016 & 2019), so if you're on one of those platforms (or similar)
56+
these steps should just work---if you're on a different distro/version then
57+
things will still proabaly work, but you might have to modify some of the
58+
steps
59+
5560
- if you want to download the Extempore binary assets as well (required for some
5661
of the examples, but a ~300MB downloaded) then add the `-DASSETS=ON` CMake
5762
option to the above build commands

0 commit comments

Comments
 (0)