diff --git a/README.md b/README.md
index b60a419d..38d187c4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-
[docs-dev-img]: https://img.shields.io/badge/docs-%20tutorial-orange?style=round-square
@@ -36,14 +34,77 @@ Load multi-dimensional datasets directly in the browser, interactively slice and
---
-> [!IMPORTANT]
-> 🌐 **Try it now at [browzarr.io](https://browzarr.io)**
+## Usage 🚀
-Stay tuned - major updates and new visualization features are on the way! 🚀
+### 🌐 Online
+
+Visit **[browzarr.io](https://browzarr.io)** - no installation required.
+
+---
+
+### 📦 [npm](https://nodejs.org/en/download) (Offline)
+
+Install once, run anytime - no internet required after install:
+
+```bash
+npm install -g browzarr
+```
+
+Then launch:
+
+```bash
+browzarr
+```
+
+On a custom port:
+
+```bash
+browzarr --port 8080
+# or via environment variable (macOS/Linux)
+PORT=8080 browzarr
+# Windows PowerShell
+$env:PORT=8080; browzarr
+# Windows CMD
+set "PORT=8080" && browzarr
+```
+
+By default, Browzarr starts on port `3000`. If that port is already in use, it will automatically try the next available one.
+
+---
+
+### [Julia](https://julialang.org/downloads/) - [Browzarr.jl](https://github.com/EarthyScience/Browzarr.jl) (Offline)
+
+**Installation**
+
+```julia
+using Pkg; Pkg.add("Browzarr")
+```
+
+**Usage**
+
+Launch with a local file, a remote store, or no arguments to get started:
+
+```julia
+using Browzarr
+# default (any available port)
+browzarr()
+# custom port
+browzarr(; port=3000)
+# local NetCDF file
+browzarr(; store="/absolute/path/to/file.nc")
+# local Zarr directory
+browzarr(; store="/absolute/path/to/zarr_file.zarr")
+# remote Zarr store
+browzarr(; store="https://s3.bucket.de:67/misc/out.zarr")
+```
> [!TIP]
> 💡 _Have suggestions or feature requests? Feel free to open an issue or submit a PR!_
+---
+
+Stay tuned - major updates and new visualization features are on the way! 🚀
+
# Version 1.0.0 - Progress/Features
We are still in active development but plan to release a stable 1.0.0 when all of the desired features are in place and a final stability and bug pass has been completed
- [x] Temporal and spatial slicing