Skip to content

Commit a5adb69

Browse files
committed
Convert extensions to npm dependency
1 parent bf9e05d commit a5adb69

File tree

6 files changed

+775
-24
lines changed

6 files changed

+775
-24
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
- package-ecosystem: "gitsubmodule"
8-
directory: "/"
9-
schedule:
10-
interval: "weekly"

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,10 @@ The website source code is in the `docs` folder.
1414

1515
## Development
1616

17-
We use submodules, so clone using:
17+
Clone using:
1818

1919
```bash
20-
git clone --recursive https://github.com/TurboWarp/desktop turbowarp-desktop
21-
```
22-
23-
or run this after cloning:
24-
25-
```bash
26-
git submodule init
27-
git submodule update
20+
git clone https://github.com/TurboWarp/desktop turbowarp-desktop
2821
```
2922

3023
Install dependencies using:

extensions

Submodule extensions deleted from fedbe62

0 commit comments

Comments
 (0)