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
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,42 @@ Bluebird is a modern webbrowser which enhances your browsing experience. It has
21
21
- Generate QRCode for website
22
22
- Export page to pdf (version 5.1 and newer)
23
23
- Export page text content as txt (version 7.5 and newer)
24
-
- New tab background images (you can disable them)
24
+
- New tab background images
25
+
- Focus mode
25
26
26
27
Check the app out to see them in action!
27
28
29
+
## Installing
30
+
31
+
You can get Bluebird from the main sources:
32
+
33
+
### Microsoft Store (recommended)
34
+
35
+
This is the recommended source for most users, you can get Bluebird easily [here](https://www.microsoft.com/store/productId/9PNXW61T4T0V)
36
+
37
+
### Winget
38
+
39
+
If you prefer installing your apps from the command line, you can do so via winget
40
+
41
+
```batch
42
+
winget install Bluebird
43
+
```
44
+
45
+
### GitHub releases (advanced)
46
+
47
+
> [!WARNING]
48
+
> You might not recive updates if you install Bluebird this way, thus this method is only recommended for advanced users
49
+
50
+
If you like to get the msix for yourself and install without winget or Microsoft Store, you can get the package [here](https://github.com/bluebird-developers/browser/releases)
51
+
52
+
You have to get the dependencies for your architecture (either X86, X64 or ARM64) as well as the main package. Then you can install them via PowerShell or App installer
0 commit comments