diff --git a/README.md b/README.md
index b858733..2be3d44 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,46 @@
+

+
Flow OS
+

- # FlowOS Next
- The *future* of FlowOS.
+

- [](https://github.com/standard/ts-standard)
+

- 
- [](https://github.com/Flow-Works/FlowOS-2.0/actions/workflows/build.yml)
- 
+

+
+
The next generation of Flow OS
+
+
Read the docs ยป
+
+
+
+## What is Flow OS?
+Flow OS is a web OS proxy made for the Titanium Network 2023 Proxathon. It's extremly customizable with an API to make your own apps, themes, and modules.
-
\ No newline at end of file
+## Getting Started
+To run Flow OS on your local machine, you need Node.js 16 or above.
+* Clone the repository
+```
+git clone https://github.com/flow-works/flowos
+```
+* Install packages
+```
+npm install
+```
+* Build and run!
+```
+npm run build
+npm run serve
+```
+
+## Made with
+Flow OS is made with the following software:
+* [Filer](https://github.com/filerjs/filer)
+* [PrismJS](https://github.com/PrismJS/prism)
+* [Vite](https://vitejs.dev)
+* [Ultraviolet](https://github.com/titaniumnetwork-dev/ultraviolet)
+
+## License
+Flow OS is licensed under the MIT license. See the `LICENSE` file for more information.
\ No newline at end of file
diff --git a/public/index.html b/index.html
similarity index 73%
rename from public/index.html
rename to index.html
index 1f81e79..6360138 100644
--- a/public/index.html
+++ b/index.html
@@ -3,9 +3,10 @@
- Document
+ Flow OS
+