aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-05 13:01:51 +0100
committerGitHub <[email protected]>2020-08-05 13:01:51 +0100
commit33447e285594189aed368ac48f6326b62d2c3806 (patch)
treefff680fcce3f6be5c83edf219ca3f15bf1301008 /docs/dev/README.md
parent36d75f31051b456f0423eb4444b997fd4e70f075 (diff)
Update docs/dev/README.md
Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r--docs/dev/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index ffbbdadc5..67813a9c0 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -240,7 +240,7 @@ $ cargo run --release -p rust-analyzer -- analysis-bench ../chalk/ --complete ..
240 240
241Release process is handled by `release`, `dist` and `promote` xtasks, `release` being the main one. 241Release process is handled by `release`, `dist` and `promote` xtasks, `release` being the main one.
242 242
243`release` assumes that you have checkouts of `rust-analyzer`, `rust-ananalyzer.github.io`, and `rust-lang/rust` in the same directory: 243`release` assumes that you have checkouts of `rust-analyzer`, `rust-analyzer.github.io`, and `rust-lang/rust` in the same directory:
244 244
245``` 245```
246./rust-analyzer 246./rust-analyzer