Browse Source

BUILD.md typo fix

BUILD.md typo fix

Pull Request resolved: #257
Nikita Kozlovskiy 1 year ago
parent
commit
7971a740bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD.md

+ 1 - 1
BUILD.md

@@ -119,7 +119,7 @@ With enabled Ccache, you can finish the compilation of all targets on supported
     ```bash
     ccache -o remote_storage="http://158.160.20.102:8080|read-only|layout=bazel"
     ccache -o sloppiness=locale 
-    ccache -o basedir=~/ydbwork/
+    ccache -o base_dir=~/ydbwork/
    
     ```
     </details>