From 7298bbec7b544530a3bf741da878893e1e8a6348 Mon Sep 17 00:00:00 2001 From: baiqiaosen Date: Wed, 23 Oct 2024 06:58:05 +0000 Subject: [PATCH] complete README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bd98e2d..0907549 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ This repository is based on [Starry](https://github.com/Arceos-monolithic/Starry ![avatar](./doc/figures/Starry.svg) +## Run ZLMediaKit +```sh +# add crates to the local +$ ./add_crates.sh + +# Run in a new another_ext4 written in Rust +$ ./zlm_start.sh +``` + ## Build and run ```sh