aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master/docs/getting-started.md
diff options
context:
space:
mode:
authorGravatar laszlocsomor <laszlocsomor@google.com>2017-04-03 13:09:47 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-04-04 10:06:36 +0200
commit79251005cdb44781703e498045453efa1b1623a5 (patch)
tree712001fb9c3b629154b6a5235ba5df78b6290701 /site/versions/master/docs/getting-started.md
parent13b0daaee2d2979f7fbbddd5fb054462944c0536 (diff)
Remove leading '$' from docs that are interfering with copy/paste
Fixes: https://github.com/bazelbuild/bazel/issues/2399 Change-Id: I21d00430cdf7ece72f532a1cb1be94e9b07a0114 PiperOrigin-RevId: 152001779
Diffstat (limited to 'site/versions/master/docs/getting-started.md')
-rw-r--r--site/versions/master/docs/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/getting-started.md b/site/versions/master/docs/getting-started.md
index 3f39f43e9f..5c88c69824 100644
--- a/site/versions/master/docs/getting-started.md
+++ b/site/versions/master/docs/getting-started.md
@@ -23,7 +23,7 @@ The `WORKSPACE` file can be used to reference
One workspace can be shared among multiple projects if desired.
```bash
-$ touch WORKSPACE
+touch WORKSPACE
```
## Creating a Build File