From b086bbe1db21da408491b284533a10abed353dd7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 Jan 2020 08:51:49 +0200 Subject: Add: hacking instructions to README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dcd5a88..d3156e9 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,18 @@ the project’s acceptance criteria and how they’re verified. See for the home page. +## Hacking Subplot + +Subplot is written using the Rust programming language, so the usual +workflow for Rust applies. To build run `cargo build`, to run tests in +Rust run `cargo test`. + +To run the whole test suite, including testing all examples and +Subplot self tests, run `./check` at the root of the source tree. + # Legalese -Copyright 2019 Lars Wirzenius +Copyright 2019-2020 Lars Wirzenius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.1