Skip to content

Commit

Permalink
Merge remote-tracking branch 'Half-Life-Updated/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	INSTALL.md
#	README.md
  • Loading branch information
SamVanheer committed Jan 15, 2024
2 parents bae0d71 + b82a06f commit b9cba95
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 152 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Clone the repository. Since it uses submodules you will need to make sure they a
The following git command will clone the repository with submodules into the directory `<current_dir>/halflife-unified-sdk`:
```sh
cd path/to/where/you/want/source/code
git clone --recurse-submodules https://github.com/SamVanheer/halflife-unified-sdk.git
git clone --recurse-submodules https://github.com/twhl-community/halflife-unified-sdk.git
```

It is recommended to put the source code directory in a directory of its own:
```sh
cd path/to/directory/halflife-unified-sdk_dev
git clone --recurse-submodules https://github.com/SamVanheer/halflife-unified-sdk.git
git clone --recurse-submodules https://github.com/twhl-community/halflife-unified-sdk.git
```

This makes it easier to group related directories and files together.
Expand Down
Loading

0 comments on commit b9cba95

Please sign in to comment.