Skip to content

Commit a2c95c3

Browse files
update readme for chrome dep
1 parent e03b208 commit a2c95c3

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ For example
6969
export PATH="$PATH:~/Downloads/pico-8/"
7070
```
7171

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+
7280
You can now run **PicoLauncher**:
7381
```sh
7482
./picolauncher
@@ -109,14 +117,20 @@ Once again, add the pico8 directory to your PATH environment variables in your `
109117
export PATH="$PATH:<path to pico8 directory>"
110118
```
111119

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+
112125
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.
113126

114127
</details>
115128

116129

117130
### Windows
118131

119-
<details>
132+
⚠ Support co️ming in future ⚠
133+
<!--details>
120134
<summary>click to expand</summary>
121135
122136
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.
137151
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`
138152
<img src="media/windows_install/step4.png" width=50%/>
139153
140-
</details>
154+
</details-->
141155

142156
### Build from source
143157

0 commit comments

Comments
 (0)