Skip to content

Commit ddf5cf5

Browse files
committed
Remove clone.ps1/clone.sh
1 parent 42be2d7 commit ddf5cf5

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ We're open to expanding to new platforms (mobile, web, etc) but don't have the c
4747

4848
### Getting started
4949

50-
After cloning, run `scripts/clone.sh` for non-Windows systems, and `scripts/clone.ps1` for Windows
51-
- On all platforms this clones any submodules via `git submodule update --init --recursive`
52-
- Via the .sh file it will also disable the Windows-only editor via `git apply disable-windows-editor.patch`
50+
After cloning or updating,
51+
- on all platforms run `git submodule update --init --recursive`
52+
- on non-Windows platforms, additionally run `git apply disable-windows-editor.patch`
53+
54+
Before updating on non-Windows platforms, run `git apply -R disable-windows-editor.patch`
5355

5456
### Compiling
5557

scripts/clone.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/clone.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)