diff --git a/README.md b/README.md index aefd44a..3f94926 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,6 @@ libraft-dev (>= 0.17.0 required) build-essential libsqlite3-dev libuv1-dev pkg-config shellcheck autoconf libtool ``` -## libraft-dev (>= 0.17.0) install - -``` -git clone https://github.com/canonical/raft - -cd raft - -autoreconf -i - -./configure - -make - -su - -make install -``` - ## Building Script ```