Skip to content

Commit 52a7de3

Browse files
committed
Update lootbox.mdx
1 parent 26189cd commit 52a7de3

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

pages/lootbox.mdx

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,15 @@ A CS:GO-style lootbox/case opening system for FiveM with a polished React UI, we
3333

3434
### Download the Resource
3535

36-
Download or clone the repository from GitHub.
36+
Download the latest release from [GitHub Releases](https://github.com/Sleepless-Development/sleepless_lootbox/releases). The release comes pre-built and ready to use.
3737

38-
```bash
39-
git clone https://github.com/Sleepless-Development/sleepless_lootbox.git
40-
```
41-
42-
### Build the UI
43-
44-
Navigate to the `web` folder and build the React UI:
45-
46-
```bash
47-
cd sleepless_lootbox/web
48-
npm install
49-
npm run build
50-
```
38+
<Callout type="info">
39+
If you want to build from source instead, clone the repository and run the following in the `web` folder using [bun](https://bun.sh):
40+
```bash
41+
bun install
42+
bun run build
43+
```
44+
</Callout>
5145

5246
### Add to Server
5347

0 commit comments

Comments
 (0)