You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,14 @@ For example
69
69
export PATH="$PATH:~/Downloads/pico-8/"
70
70
```
71
71
72
+
Chromium/Google chrome is now a dependency (temporarily), you can install it with
73
+
```sh
74
+
# Debian/Ubuntu
75
+
sudo apt-get install chromium-browser
76
+
# Arch
77
+
sudo pacman -S chromium
78
+
```
79
+
72
80
You can now run **PicoLauncher**:
73
81
```sh
74
82
./picolauncher
@@ -109,14 +117,20 @@ Once again, add the pico8 directory to your PATH environment variables in your `
109
117
export PATH="$PATH:<path to pico8 directory>"
110
118
```
111
119
120
+
Chromium/Google chrome is now a dependency (temporarily), you can install it with
121
+
```sh
122
+
sudo apt-get install chromium-browser
123
+
```
124
+
112
125
When launching **PicoLauncher** and supplying the binary explicitly, if you are on 64-bit Raspberry Pi, ensure that you are using the `pico8_64` binary.
113
126
114
127
</details>
115
128
116
129
117
130
### Windows
118
131
119
-
<details>
132
+
⚠ Support co️ming in future ⚠
133
+
<!--details>
120
134
<summary>click to expand</summary>
121
135
122
136
Download the `picolauncher-windows.zip` zip file from the latest releases and unzip it. If your pico8 binary doesn't reside at the default location of `C:\Program Files (x86)\PICO-8\pico8.exe`, you need to set the environment variable `PICO8_BINARY` before launching.
@@ -137,7 +151,7 @@ Locate the variable titled 'Path' and click the 'Edit' button.
137
151
Add a new path and set the value to the directory where you have installed pico8. If you used the windows installer for pico8, this should be set to `C:\Program Files (x86)\PICO-8\pico8.exe`
0 commit comments