diff --git a/README.md b/README.md index e55f591be..8582e836f 100644 --- a/README.md +++ b/README.md @@ -52,21 +52,10 @@ - [4. Features](#nav-4) - [5. Sponsors](#nav-5) - [6. Installation](#nav-6) - - [6.1 MacOS](#nav-6-1) - - [6.2 Linux](#nav-6-2) - - [6.2.1 Debian/Ubuntu](#nav-6-2-1) - - [6.2.2 Arch Linux / ArchLabs / Ctlos Linux](#nav-6-2-2) - - [6.2.3 Centos](#nav-6-2-3) - - [6.2.4 Fedora](#nav-6-2-4) - - [6.2.5 VoidLinux & VoidLinux-musl](#nav-6-2-5) - - [6.2.6 Gentoo](#nav-6-2-6) - - [6.3 Windows](#nav-6-3) -- [7. Usage](#nav-7) - - [7.1 Next Steps](#nav-7-1) -- [8. FAQ](#nav-8) -- [9. Contributors](#nav-9) -- [10. Special Mentions](#nav-10) -- [12. Special Thanks](#nav-11) +- [7. FAQ](#nav-8) +- [8. Contributors](#nav-9) +- [9. Special Mentions](#nav-10) +- [10. Special Thanks](#nav-11) @@ -214,97 +203,7 @@ This project is supported by these kind people / companies: ## Installation -Wails uses cgo to bind to the native rendering engines so a number of platform dependent libraries are needed as well as -an installation of Go. The basic requirements are: - -- Go 1.16 -- npm - - - -### MacOS - -Make sure you have the xcode command line tools installed. This can be done by running: - -`xcode-select --install` - - - -### Linux - - - -#### Debian/Ubuntu - -`sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev` - -_Debian: 8, 9, 10_ - -_Ubuntu: 16.04, 18.04, 19.04_ - -_Also succesfully tested on: Zorin 15, Parrot 4.7, Linuxmint 19, Elementary 5, Kali, Neon_, Pop!\_OS - - - -#### Arch Linux / ArchLabs / Ctlos Linux - -`sudo pacman -S webkit2gtk gtk3` - -_Also succesfully test on: Manjaro & ArcoLinux_ - - - -#### Centos - -`sudo yum install webkitgtk3-devel gtk3-devel` - -_CentOS 6, 7_ - - - -#### Fedora - -`sudo yum install webkit2gtk3-devel gtk3-devel` - -_Fedora 29, 30_ - - - -#### VoidLinux & VoidLinux-musl - -`xbps-install gtk+3-devel webkit2gtk-devel` - - - -#### Gentoo - -`sudo emerge gtk+:3 webkit-gtk` - - - -### Windows - -Windows requires gcc and related tooling. The recommended download is -from [http://tdm-gcc.tdragon.net/download](http://tdm-gcc.tdragon.net/download). Once this is installed, you are good to -go. - - - -## Usage - -**Ensure Go modules are enabled: GO111MODULE=on and go/bin is in your PATH variable.** - -Installation is as simple as running the following command: - -``` -go get -u github.com/wailsapp/wails/cmd/wails -``` - - - -### Next Steps - -It is recommended at this stage to read the comprehensive documentation at [https://wails.app](https://wails.app). +The installation instructions are on the [official website](https://wails.io/docs/gettingstarted/installation).