From 90c95c4eba00fc52aab946f4a7ebc7ff69e09987 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 14 Mar 2023 23:38:49 -0400 Subject: [PATCH] Fix command in documentation Signed-off-by: Alex Nelson --- CONTRIBUTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 7bf87fd2..f29b8fba 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -11,7 +11,7 @@ Practices for users interested in testing prerelease states are documented on th Interested users of `catalog-v001.xml` files, e.g. users of [Protégé](https://protege.stanford.edu/), can use these XML files to interact with UCO as local files. To do so, UCO must be `git-clone`'d with Git submodules also cloned. This can be done with the following commands: * `git clone --recursive https://github.com/ucoProject/UCO.git` (all users) -* `git clone https://github.com/ucoProject/UCO.git ; make` (macOS or Linux users) +* `git clone https://github.com/ucoProject/UCO.git ; cd UCO ; make` (macOS or Linux users) - The narrowest setup operation strictly for purposes of supporting the `catalog-v001.xml` files is to run `make .git_submodule_init.done.log` instead of the default `make all`. Protégé should not require network connectivity to load imported ontologies after the above commands are run.