Skip to content

Commit

Permalink
README: add install from package section
Browse files Browse the repository at this point in the history
Signed-off-by: Dongsheng Yang <[email protected]>
  • Loading branch information
yangdongsheng committed Nov 3, 2023
1 parent 660ca2a commit 5d790df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@ Who should not use UBBD?
$ cd ubbd
$ ./build_and_install.sh

**install from package**
**install from script**

bash -c "$(wget https://raw.githubusercontent.com/DataTravelGuide/ubbd/master/install-ubbd.sh -O -)"

**install from package**

$ sudo add-apt-repository ppa:datatravelguide/ppa
$ sudo apt update
$ sudo apt install ubbd ubbd-kernel -y

# 5. performance

5.1)We can get **2 million** iops with null type ubbd device.
Expand Down

0 comments on commit 5d790df

Please sign in to comment.