We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331e1a3 commit 7038635Copy full SHA for 7038635
README.md
@@ -79,13 +79,6 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
79
sudo cmake --build . --config Release --target install
80
```
81
82
-### Create the work directory
83
-
84
-```bash
85
-mkdir ~/ydbwork && cd ~/ydbwork
86
-mkdir build
87
-```
88
89
### Install ccache
90
91
Install `ccache` into `/usr/local/bin/`. The recommended version is `4.8.1` or above, the minimum required version is `4.7`.
0 commit comments