From b8810a30da21afa0e7f1c851d1e86d2cd7df1e15 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 5 Apr 2022 11:27:14 +0100 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 34f983cf2..ca1316aca 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -49,12 +49,12 @@ cd dendrite Then build it: -* Linux +* Linux or UNIX-like systems: ```bash ./build.sh ``` -* Windows +* Windows: ```dos build.cmd ```