Skip to content

Commit

Permalink
fix(readme): Update install instructions to use --unshare-netns
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
KyleGospo committed Oct 1, 2023
1 parent 3a2024f commit e4dcfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
is_stable_version: true
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v3
uses: ublue-os/remove-unwanted-software@v6

# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bazzite-Arch is a ready-to-game [Arch Linux](https://archlinux.org/) based OCI d

## Usage

distrobox create --nvidia --image ghcr.io/ublue-os/bazzite-arch --name bazzite-arch
distrobox create --unshare-netns --nvidia --image ghcr.io/ublue-os/bazzite-arch --name bazzite-arch

<sub>For the GNOME desktop environment, you may want to replace `ghcr.io/ublue-os/bazzite-arch` in the above command with `ghcr.io/ublue-os/bazzite-arch-gnome`, which comes with `xdg-desktop-portal-gtk`.</sub>

Expand Down

0 comments on commit e4dcfc7

Please sign in to comment.