This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new c7497f606 docs: improve README of core/examples (#6839)
c7497f606 is described below

commit c7497f6067956bdf77b3a2f24ba0f029b5693b5d
Author: BetMul <[email protected]>
AuthorDate: Sun Nov 30 23:52:17 2025 +0800

    docs: improve README of core/examples (#6839)
---
 core/examples/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/examples/README.md b/core/examples/README.md
index 56ce418ce..3594933b6 100644
--- a/core/examples/README.md
+++ b/core/examples/README.md
@@ -8,16 +8,18 @@ Those examples are designed to help you to understand how to 
use OpenDAL Rust Co
 
 All examples following the same setup steps:
 
-To run this example, please copy the `.env.example`, which is at project root, 
to `.env` and change the values on need.
+To run this example, please copy the `.env.example`, which is at project root, 
to `.env` and change the values under each type of service on need.
 
 Take `fs` for example, we need to change to enable behavior test on `fs` on 
`/tmp`.
 
 ```dotenv
 OPENDAL_FS_ROOT=/path/to/dir
+OPENDAL_FS_ATOMIC_WRITE_DIR=/path/to/dir
 ```
 
 into
 
 ```dotenv
 OPENDAL_FS_ROOT=/tmp/
+OPENDAL_FS_ATOMIC_WRITE_DIR=/tmp/
 ```

Reply via email to