Skip to content

Commit

Permalink
Remove clone.ps1/clone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo committed Dec 28, 2024
1 parent 42be2d7 commit ddf5cf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ We're open to expanding to new platforms (mobile, web, etc) but don't have the c

### Getting started

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

Before updating on non-Windows platforms, run `git apply -R disable-windows-editor.patch`

### Compiling

Expand Down
1 change: 0 additions & 1 deletion scripts/clone.ps1

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/clone.sh

This file was deleted.

0 comments on commit ddf5cf5

Please sign in to comment.