Skip to content

Commit

Permalink
Refactor FAQ files for consistent icons
Browse files Browse the repository at this point in the history
  • Loading branch information
devvyyxyz committed Oct 18, 2024
1 parent 528b843 commit 3787c2d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion FAQ/AreProjectsCopyrighted.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
icon: apps
icon: book
label: Are projects copyrighted?
description:
layout: defualt
Expand Down
2 changes: 1 addition & 1 deletion FAQ/DrmProtection.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
icon: apps
icon: code
label: Is BMD DRM protected?
description:
layout: defualt
Expand Down
2 changes: 1 addition & 1 deletion FAQ/HowToAddRawdata.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
icon: apps
icon: code-square
label: How to add Raw Data
description:
layout: defualt
Expand Down
2 changes: 1 addition & 1 deletion FAQ/HowToModifyAppsFiles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
icon: apps
icon: checklist
label: How to modify app files?
description:
layout: defualt
Expand Down
2 changes: 1 addition & 1 deletion FAQ/IsItFree.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
icon: apps
icon: credit-card
label: Is BMD free?
description:
layout: defualt
Expand Down
12 changes: 3 additions & 9 deletions FAQ/LinuxSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,21 @@ visibility: public
# Is Linux Supported?
Bot Maker for Discord is not natively supported on Linux. However, you can still run it using compatibility tools like Wine, Bottles, or Proton.

#### How to Use Bot Maker for Discord on Linux:
## How to Use Bot Maker for Discord on Linux:

### Install Wine for Major Linux Distributions
You can install Wine using the following commands based on your distribution:
```bash
# Ubuntu
# Ubuntu, Debian, Pop!_OS
sudo apt install wine
# Fedora
sudo dnf install wine
# Arch Linux
# Arch Linux, Manjaro
sudo pacman -S wine
# Debian
sudo apt install wine
# openSUSE
sudo zypper install wine
# Manjaro
sudo pacman -S wine
# Linux Mint
sudo apt install wine
# Pop!_OS
sudo apt install wine
```

2. **Use Bottles (optional):**
Expand Down

0 comments on commit 3787c2d

Please sign in to comment.