Skip to content

Commit d09eaff

Browse files
authored
Update README.md
Update some links; remove cross-compile information as it's outdates
1 parent 38cbcb3 commit d09eaff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ You can find prebuilt binaries for Min [here](https://github.com/minbrowser/min/
4444

4545
## Getting Started
4646

47-
* The [wiki](https://github.com/minbrowser/min/wiki) provides an overview of the the features available in Min, and a list of available keyboard shortcuts.
47+
* The [wiki](https://github.com/minbrowser/min/wiki) provides an overview of the the features available in Min, a list of available keyboard shortcuts, and answers to some [frequently asked questions](https://github.com/minbrowser/min/wiki/FAQ).
4848
* Min supports installing userscripts to extend its functionality. See the [userscript documentation](https://github.com/minbrowser/min/wiki/userscripts) for instructions on writing userscripts, as well as a collection of scripts written by the community.
49+
* If you have questions about using Min, need help getting started with development, or want to talk about what we're working on, join our [Discord server](https://discord.gg/bRpqjJ4).
4950

5051
## Developing
5152

@@ -70,8 +71,6 @@ In order to build Min from source, follow the installation instructions above, t
7071

7172
Depending on the platform you are building for, you may need to install additional dependencies:
7273

73-
- If you are using macOS and building a package for Linux, install [Homebrew](http://brew.sh), then run `brew install fakeroot dpkg` first.
74-
- If you are using macOS or Linux and building a package for Windows, you will need to install [Mono](https://www.mono-project.com/) and [Wine](https://www.winehq.org/).
7574
- If you are building a macOS package, you'll need to install Xcode and the associated command-line tools. You may also need to set your default SDK to macOS 11.0 or higher, which you can do by running `export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk`. The exact command will depend on where Xcode is installed and which SDK version you're using.
7675
- To build on Windows, you'll need to install Visual Studio. Once it's installed, you may also need to run `npm config set msvs_version 2019` (or the appropriate version).
7776

@@ -83,8 +82,6 @@ Thanks for taking the time to contribute to Min!
8382

8483
If you're experiencing a bug or have a suggestion for how to improve Min, please open a [new issue](https://github.com/minbrowser/min/issues/new/choose).
8584

86-
If you have questions about using Min, need help getting started with development, or want to talk about what we're working on, join our [Discord server](https://discord.gg/bRpqjJ4).
87-
8885
### Contributing Code
8986

9087
- Start by following the development instructions listed above.

0 commit comments

Comments
 (0)