Skip to content

Commit

Permalink
Merge pull request #77 from Ginsway/fix-link
Browse files Browse the repository at this point in the history
Fix Visual Studio Code link
  • Loading branch information
ix0rai authored Jan 22, 2024
2 parents e753bfa + 01de2e2 commit bf24d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/introduction/setting-up/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You'll need a couple of things before you can get started.
Temurin Adoptium JDKs are easily available and recommended.
You can download them here: <https://adoptium.net/releases.html>
- Any Java IDE, like [IntelliJ Idea](https://www.jetbrains.com/idea/) or [Eclipse](https://www.eclipse.org/ide/).
[Visual Studio Code](https://www.eclipse.org/ide/) can work, but it takes extra work to get set up.
[Visual Studio Code](https://code.visualstudio.com/) can work, but it takes extra work to get set up.
- We recommend using IntelliJ IDEA as it has the most integrations and is the easiest to use.

Next, you need to decide on whether you want to [download the template mod zip](#template-mod-download-zip-file) or [use the GitHub template](#template-mod-download-github-template). If you don't know how to use git, use the first method. However, it is recommended for you to have at least a GitHub account to get started and familiarize yourself with git quickly.
Expand Down

1 comment on commit bf24d75

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://f3875586.developer-wiki.pages.dev

Please sign in to comment.