From a13a61e40ea69e91673d680507bfc363a011c772 Mon Sep 17 00:00:00 2001 From: leleliu008 Date: Mon, 11 Sep 2023 03:17:28 +0800 Subject: [PATCH] optimized Signed-off-by: leleliu008 --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a848de3..41af02a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ Universal Prebuild Package Manager for Unix-like systems. -**Caveats:** This software is being actively developed. It's in beta stage and may not be stable. Some features are subject to change without notice. +## Caveats + +- This software is being actively developed. It's in beta stage and may not be stable. Some features are subject to change without notice. + +- Please do NOT place your own files under `~/.uppm` directory, as `uppm` will change files under `~/.uppm` directory without notice. ## dependences @@ -218,12 +222,6 @@ cmake --build build.d cmake --install build.d ``` -## ~/.uppm - -all relevant directories and files are located in `~/.uppm` directory. - -**Caveats**: Please do NOT place your own files under `~/.uppm` directory, as `uppm` will change files under `~/.uppm` directory without notice. - ## uppm command usage - **show help of this command** @@ -568,7 +566,7 @@ all relevant directories and files are located in `~/.uppm` directory. - **UPPM_HOME** - If this environment variable is not set, `$HOME/.uppm` will be used as the default value. + If this environment variable is not set or set a empty string, `$HOME/.uppm` will be used as the default value. ```bash export UPPM_HOME=$HOME/uppm-home