Skip to content

Commit 3b1199c

Browse files
Update README.md
Added the instructions on how to fork or create own repo with PreTeXt installed.
1 parent 469f9e9 commit 3b1199c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ This repository is designed to help you quickly get started with [PreTeXt](https
55
---
66

77
## 🚀 Quick Start Guide
8+
9+
## 🚀 How to Create Your Own PreTeXt-Codespace Repository
10+
11+
There are two easy ways to set up your own PreTeXt-enabled Codespace:
12+
13+
### ✅ Option 1: Fork This Repository
14+
15+
1. Visit [fragandi/CURITutorialDevelopment2025](https://github.com/fragandi/CURITutorialDevelopment2025).
16+
17+
2. Click **"Fork"** (top-right) to copy it to your GitHub account.
18+
3. Open your new forked repository and click **"Code" → "Create codespace on main"**.
19+
20+
### 🛠️ Option 2: Set Up a Fresh Repository Manually
21+
22+
1. Create a new GitHub repository in your account.
23+
2. Copy the entirity of `.devcontainer/`, `.github/`, `.gitignore`, `requirements.txt` folder from [fragandi/CURITutorialDevelopment2025](https://github.com/fragandi/CURITutorialDevelopment2025).
24+
3. (Recommended) Also copy the following for a smoother experience:
25+
- The `README_images/` folder and `README.md` file (for guidance and troubleshooting)
26+
4. Push your changes and create a Codespace from the repository.
27+
28+
This option gives you more flexibility to customize your setup while keeping the essential PreTeXt environment.
29+
830
Once the Codespace has finished creating, **check that PreTeXt is installed** by running:
931

1032
```bash

0 commit comments

Comments
 (0)