Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Sep 10, 2023
1 parent 0a1b6e0 commit a13a61e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a13a61e

Please sign in to comment.