Skip to content
GitLab
Explore
Sign in
Changes
Page history
fixed documentation
authored
Apr 12, 2014
by
Janez K
Hide whitespace changes
Inline
Side-by-side
getting-started.markdown
View page @
316b4be1
...
@@ -47,10 +47,10 @@ vi settings.py
...
@@ -47,10 +47,10 @@ vi settings.py
## Show help text ##
## Show help text ##
```
bash
```
bash
python
search
.py
-h
python
tap
.py
-h
```
```
## Executing a query ##
## Executing a query ##
```
bash
```
bash
python
search
.py
-q
"miley cyrus"
-v
DEBUG
python
tap
.py
-q
"miley cyrus"
-v
DEBUG
```
```
\ No newline at end of file