Skip to content

Commit

Permalink
Merge pull request #13071 from fwcd/recommend-running-linux-buildenv
Browse files Browse the repository at this point in the history
README: Recommend running buildenvs over sourcing them on Linux
  • Loading branch information
daschuer authored Apr 7, 2024
2 parents 0416ba6 + bd9793c commit 08be88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ corresponding command for your operating system:
| -- | ------- |
| Windows | `tools\windows_buildenv.bat` |
| macOS | `source tools/macos_buildenv.sh setup` |
| Debian/Ubuntu | `source tools/debian_buildenv.sh setup` |
| Fedora | `source tools/rpm_buildenv.sh setup` |
| Debian/Ubuntu | `tools/debian_buildenv.sh setup` |
| Fedora | `tools/rpm_buildenv.sh setup` |
| Other Linux distros | See the [wiki article](https://github.com/mixxxdj/mixxx/wiki/Compiling%20on%20Linux) |

To build Mixxx, run
Expand Down

0 comments on commit 08be88f

Please sign in to comment.