Skip to content

Commit 6c5950f

Browse files
committed
adding $ to show it is a shell command
1 parent ff8256b commit 6c5950f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tensorflow_docs/tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Someone who clones that repo for development would then install the hook with:
7272

7373
```
7474
# Install pre-commit framework
75-
pip3 install pre-commit
75+
$ pip3 install pre-commit
7676
7777
# Install hooks
78-
pre-commit install
78+
$ pre-commit install
7979
```
8080

8181
## nblint

0 commit comments

Comments
 (0)