Skip to content

Commit

Permalink
Fix command in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Mar 15, 2023
1 parent 0fd2f71 commit 90c95c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 90c95c4

Please sign in to comment.