From 1b91d51f98515e941bcb169ae3124a00b92923d5 Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Mon, 15 Mar 2021 23:39:58 -0700 Subject: [PATCH] Update testing steps. Instructions for setting up a self-contained local Bisq network on Bitcoin regtest have been updated. `dev-setup.md` is deprecated. `Makefile` is new new version. Reference: https://github.com/bisq-network/bisq/blob/master/docs/README.md --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index bbea6a0d0d..f4cb9390b7 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -7,7 +7,7 @@ This guide describes the testing process performed prior to each release. In order to take part in the testing process, you will need to do the following: - Build Bisq from source (see [build.md](build.md)) -- Setup a development/testing environment (see [dev-setup.md](dev-setup.md)) +- Setup a development/testing environment (see [Makefile.md](Makefile.md)) - Request access to [TestPad](https://bisq.ontestpad.com) (our test management tool) ## Communication Channels