Skip to content

Commit

Permalink
fix: wsl2 link
Browse files Browse the repository at this point in the history
  • Loading branch information
wongsitu committed Oct 12, 2023
1 parent 744b99d commit f858c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installation/installfest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This guide will help you install all the tools you need to start coding. It will
- [That's it!](#thats-it)

#### Windows Users
If you are using Windows, we recommend that you install WSL2 and Ubuntu as your development environment. You can find instructions on how to do so here: [WSL2 Installation](../wsl2/README.md) Once you have installed WSL2 and Ubuntu, you can continue with this guide.
If you are using Windows, we recommend that you install WSL2 and Ubuntu as your development environment. You can find instructions on how to do so here: [WSL2 Installation](../wsl2/index.html) Once you have installed WSL2 and Ubuntu, you can continue with this guide.

#### Installing Homebrew
Homebrew is a package manager for macOS (or Linux) that allows you to easily install and manage software packages and libraries. It simplifies the installation process by automating the installation of dependencies and providing a consistent interface for installing software. To install Homebrew, run the following command:
Expand Down

0 comments on commit f858c9d

Please sign in to comment.