This commit is contained in:
Leo Vasanko 2025-08-14 11:48:18 -07:00
parent e84c665e7c
commit b1763a610e

View File

@ -18,9 +18,9 @@ Experience Cista by visiting [Cista Demo](https://drop.zi.fi) for a test run and
## Getting Started ## Getting Started
### Running the Server ### Running the Server
We recommend using [UV](https://docs.astral.sh/uv/getting-started/installation/) to install the package and run it easily: We recommend using [UV](https://docs.astral.sh/uv/getting-started/installation/) to directly run Cista:
Create an account: (or run a public server without authentication) Create an account: (otherwise the server is public for all)
```fish ```fish
uvx cista --user yourname --privileged uvx cista --user yourname --privileged
``` ```