Skip to content

Commit 92807ee

Browse files
authored
Added backslash for new line
1 parent 949b3f1 commit 92807ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ This repo is used to run various AI benchmarks. Currently, only GAIA is support
1616
git clone https://github.com/imapersonman/oi-benchmarks.git \
1717
&& cd oi-benchmarks \
1818
&& python -m venv .venv \
19-
&& source .venv/bin/activate
19+
&& source .venv/bin/activate \
2020
&& python -m pip install -r requirements.txt
2121
```

0 commit comments

Comments
 (0)