Skip to content

Commit d5b2c36

Browse files
committed
feat: Update README with deployment instructions
1 parent 6600b6f commit d5b2c36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
JZFS is a distributed git storage service for the Rust programming language that prioritizes ease-of-use. It supports both Single Machine as well as some distributed environments, including Kubernetes and more. Note that JZFS does not hide the store; instead, JZFS exposes features based on the target distributed git storage service.
1212

13-
### Current Status and Roadmap
13+
## Current Status and Roadmap
1414

1515
JZFS is still in the early development stages and is considered **incubating**. There is no commitment to ongoing maintenance or development. As the project evolves, this may change in the future. Therefore, we encourage you to explore, experiment, and contribute to JZFS, but do not attempt to use it in production.
1616

@@ -52,6 +52,10 @@ This enables secure, trustworthy data exchange across organizational boundaries.
5252

5353
JZFS's long-term goal is to build data ecosystems that enable new innovations.
5454

55+
### Deploy
56+
```bash
57+
docker compose up -d
58+
```
5559
### License
5660

5761
This project is licensed under the [MIT License].

0 commit comments

Comments
 (0)