Skip to content

Commit 733ea1b

Browse files
committed
fix: use submodule for landing
1 parent fc55405 commit 733ea1b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "chaotic-ppr-landing"]
2+
path = chaotic-ppr-landing
3+
url = https://github.com/pacstall/chaotic-ppr-landing.git

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requirements:
88

99
Jumpstart (only for the main host):
1010
```bash
11-
git clone https://github.com/pacstall/chaotic-PPR.git
11+
git clone --recurse-submodules https://github.com/pacstall/chaotic-PPR.git
1212
cd chaotic-PPR
1313

1414
# set up the user for hosting
@@ -78,12 +78,13 @@ The main server is now set up and ready to accept and publish packages.
7878

7979
To set up the [landing page](https://github.com/pacstall/chaotic-ppr-landing.git):
8080
```bash
81-
git clone https://github.com/pacstall/chaotic-ppr-landing.git
8281
# Install npm
8382
sudo apt install npm
8483
# Install pnpm (Optional, but preferred):
8584
sudo npm install -g pnpm
8685

86+
cd chaotic-ppr-landing/
87+
8788
pnpm i && pnpm build
8889
# OR
8990
npm i && npm run build
@@ -120,8 +121,3 @@ python3 manager.py remove ${package}
120121

121122
python3 manager.py generate
122123
```
123-
124-
125-
126-
127-

chaotic-ppr-landing

Submodule chaotic-ppr-landing added at 4ea4891

0 commit comments

Comments
 (0)