Download UnReal IDE for Linux (missing)

I’m looking to learn Unreal Development. Following the instructions;

I was lead to https://github.com/EpicGames/UnrealEngine.

There is no download available there.
How do I get an LinuxIDE for UnReal development?

To get the UE4 editor for Linux, you need to build it yourself from the source (Github). You’re on the right track in that regard.

  1. Follow these instructions (the quickstart you linked has them as well) to connect your Github to Epic account.
  2. You should then be able to visit the repo on GitHub without 404ing, the authorization might take a bit of time
  3. Git clone the source code from the release branch or download as ZIP via the green button
  4. Follow the instructions for Step 3. on from the guide to build the Editor for Linux