Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 91719ec

Browse files
committed
chore: update README
1 parent 80a70d7 commit 91719ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ npx serve
2323

2424
Tada! You should see a working psql terminal
2525

26-
# Boot a new image and save a new snapshot
26+
# Boot and save a new snapshot
2727

28-
1. Place the new `linux.iso` image in the `images/` folder
28+
1. Place the `filesystem` folder produced by https://github.com/jgoux/pg-browser in the root of the repository
29+
30+
2. Search in the `filesystem/filesystem.json` file for the `bzImage` corresponding `.bin` filename and replace its value in [index.html](index.html#L39)
2931

3032
2. Go the `http://localhost:3000?boot=true`
3133

32-
3. Once the boot is completed, click the "Save state to file" button
34+
3. Once the boot is completed, clear the cache running `echo 3 > /proc/sys/vm/drop_caches && reset` and click the "Save state to file" button
3335

3436
4. Put the state file into the `state/` folder and compress it:
3537

0 commit comments

Comments
 (0)