Skip to content

Commit cb26e2b

Browse files
committed
readme
1 parent 6c57738 commit cb26e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@ git clone --no-tags --single-branch --branch release-4.3.4.1 --shallow-submodule
240240
Copy the file that we need to edit to our home directory.
241241

242242
```bash
243-
cp qbittorrent/src/base/bittorrent/session.cpp ~/session.cpp
243+
cp qBittorrent/src/base/bittorrent/session.cpp ~/session.cpp
244244
```
245245

246246
Now edit the `~/session.cpp`. Once you have finished making your changes you can create a patch file using this command
247247

248248
```bash
249-
diff -Naru qbittorrent/src/base/bittorrent/session.cpp ~/session.cpp > ~/patch
249+
diff -Naru qBittorrent/src/base/bittorrent/session.cpp ~/session.cpp > ~/patch
250250
```
251251

252252
Then you place that patch file in the matching tag directory.

0 commit comments

Comments
 (0)