Skip to content

Commit

Permalink
fix: use submodule for landing
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Jan 24, 2025
1 parent fc55405 commit 733ea1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "chaotic-ppr-landing"]
path = chaotic-ppr-landing
url = https://github.com/pacstall/chaotic-ppr-landing.git
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requirements:

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

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

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

cd chaotic-ppr-landing/

pnpm i && pnpm build
# OR
npm i && npm run build
Expand Down Expand Up @@ -120,8 +121,3 @@ python3 manager.py remove ${package}

python3 manager.py generate
```





1 change: 1 addition & 0 deletions chaotic-ppr-landing
Submodule chaotic-ppr-landing added at 4ea489

0 comments on commit 733ea1b

Please sign in to comment.