diff --git a/README.md b/README.md
index dc1a77ed4..f60418e9b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
@@ -8,14 +8,14 @@
Take control over your content and stream it yourself.
- Explore the docs »
+ Explore the docs »
View Demo
·
- FAQ
+ FAQ
.
- Report Bug
+ Report Bug
\`your text\`
+Read more about the features provided and how to configure them in the [web documentation](https://owncast.online/docs/website/).
+## Use with your existing broadcasting software
-## Use with your desktop software
+In general Owncast is compatible with any software that uses `RTMP` to broadcast to a remote server. `RTMP` is what all the major live streaming services use, so if you’re currently using one of those it’s likely that you can point your existing software at your Owncast instance instead.
-### Usage with OBS
-
-OBS isn't required, but it's a pretty good piece of free software that will get you streaming from your own computer right away.
-
-1. Install [OBS](https://obsproject.com/) or [Streamlabs OBS](https://streamlabs.com/) and get it working with your local setup.
-1. Open OBS Settings and go to "Stream".
-2. Select "Custom..." as the service.
-3. Enter the URL of the server running your streaming service in the format of rtmp://myserver.net/live.
-4. Enter your "Stream Key" that matches the key you put in your `config.yaml` file.
-5. Start the server.
-6. Press "Start Streaming" (OBS) or "Go Live" (Streamlabs) on OBS.
-
-### Usage with Restream
-
-Read the [detailed documentation for working with Restream](https://github.com/gabek/owncast/blob/master/doc/restream.md)
+OBS, Streamlabs, Restream and many others have been used with Owncast. [Read more about compatibility with existing software](https://owncast.online/docs/broadcasting/).
## Video storage options
@@ -125,19 +96,21 @@ This is the simplest and works out of the box. In this scenario video will be s
### S3-Compatible Storage
-Enable S3 support in `config.yaml` and add your access credentials. Files will be distributed from a S3 bucket that you have created for this purpose. This is a good option for almost any case since S3 is cheap and you don't have to worry about your own bandwidth.
+Instead of serving video directly from your personal server you can use a S3 compatible storage provider to offload the bandwidth and storage requirements elsewhere.
+
+Read [more detailed documentation about configuration of S3-compatible services](https://owncast.online/docs/s3/).
-Please read the [more detailed documentation about configuration of S3-Compatible Services](https://github.com/gabek/owncast/blob/master/doc/S3.md).
## Building from Source
1. Ensure you have the gcc compiler configured.
1. Install the [Go toolchain](https://golang.org/dl/).
-1. Clone the repo. `git clone https://github.com/gabek/owncast`
+1. Clone the repo. `git clone https://github.com/owncast/owncast`
1. Follow the above [Getting Started](#getting-started) instructions, making sure ffmpeg exists and your config file is set.
1. `go run main.go` on the first run will download the required packages needed for the application to build.
1. It will start running the same as in the above [Usage](#usage) instructions and you can point [OBS to your localhost](#usage-with-obs) instance of it.
+There is also a supplied `Dockerfile` so you can spin it up from source with little effort. [Read more about running from source](https://owncast.online/docs/building/).
## License
@@ -151,4 +124,4 @@ Distributed under the MIT License. See `LICENSE` for more information.
Gabe Kangas - [@gabek@mastodon.social](https://mastodon.social/@gabek) - email [gabek@real-ity.com](mailto:gabek@real-ity.com)
-Project Link: [https://github.com/gabek/owncast](https://github.com/gabek/owncast)
+Project Link: [https://github.com/owncast/owncast](https://github.com/owncast/owncast)