Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-10-03 18:58:26 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-10-03 21:52:46 +0300
commit38f648069fa68426de186735da408f118dd0ae84 (patch)
tree34d7c50849fc9560bff6be4d5ed8c703d6e34f5f /README.md
parent3a1b6fcc86e81163bc81e2e1c1c196bc80373246 (diff)
Move loguru from submodule to src/libs
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index fc0f24568..f62ed4e33 100644
--- a/README.md
+++ b/README.md
@@ -119,16 +119,10 @@ Feature differences between release binaries (or unpatched sources):
## Get the source
- - First, ensure git always updates your submodules when you pull (one-time step):
-
- ``` shell
- git config --global submodule.recurse true
- ```
-
- Clone the repository (one-time step):
``` shell
- git clone --recurse-submodules https://github.com/dosbox-staging/dosbox-staging.git
+ git clone https://github.com/dosbox-staging/dosbox-staging.git
```
## Build instructions
@@ -180,7 +174,7 @@ brew install ccache meson libpng sdl2 sdl2_net opusfile fluid-synth
### Build and stay up-to-date with the latest sources
- - Checkout the master branch, which will include the submodules:
+ - Checkout the master branch:
``` shell
# commit or stash any personal code changes