From b5b31bfc55ce97d644300e1ffdf025097307ca64 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 5 Feb 2022 12:11:01 -0800 Subject: [PATCH] Update the README to mention recursive clone --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index dc509ae..f9f2526 100644 --- a/README +++ b/README @@ -1,8 +1,12 @@ -To compile this game first pull in my modified version of the Inform -standard library: +The recommended way to get a copy of this game is a recursive clone: - git submodule init - git submodule update + git clone --recursive https://jxself.org/git/the-mall.git + +This will clone all submodules recursively. If you did not perform a +recursive clone, once you have a copy of this git repository you will +also need the source code for the standard library: + + git submodule update --init --recursive You also need to have my modified version of the Inform compiler. See https://jxself.org/git/?p=inform.git to download and install the @@ -20,7 +24,7 @@ any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux distro probably has that packaged already for easy installation. -- -Copyright (C) 2019 Jason Self +Copyright (C) 2019, 2022 Jason Self This file is free software: you may copy, redistribute and/or modify it under the terms of the GNU Affero General Public License as -- 2.31.1