Corrected steps to build blobfuse2 from source
This commit is contained in:
Vikas Bhansali 2023-10-27 10:27:40 +05:30 коммит произвёл GitHub
Родитель db72d576bf
Коммит cb1cfc8372
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,11 @@ One of the biggest BlobFuse2 features is our brand new health monitor. It allows
## Download Blobfuse2
You can install Blobfuse2 by cloning this repository. In the workspace root execute `go build` to build the binary.
You can install Blobfuse2 by cloning this repository. In the workspace root execute below commands to build the binary.
- sudo apt install fuse3 libfuse3-dev gcc
- go build -o blobfuse2
<!-- ## Find Help
For complete guidance, visit any of these articles