Skip to content

Commit 801c46a

Browse files
committed
Update README.md
1 parent 6f4555b commit 801c46a

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,42 @@ Bluebird is a modern webbrowser which enhances your browsing experience. It has
2121
- Generate QRCode for website
2222
- Export page to pdf (version 5.1 and newer)
2323
- 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
2526

2627
Check the app out to see them in action!
2728

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
53+
54+
```powershell
55+
Add-AppxPackage ".\Microsoft.UI.Xaml.2.8_8.2501.31001.0_arm64__8wekyb3d8bbwe.Appx"
56+
Add-AppxPackage ".\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_arm64__8wekyb3d8bbwe.Appx"
57+
Add-AppxPackage ".\Bluebird-8.2.0.0.msixbundle"
58+
```
59+
Be sure to replace them with the names of your packages according to your system and the latest versions
2860
## Contributing
2961

3062
### Contributing source code

0 commit comments

Comments
 (0)