Skip to content

Commit 1f257c7

Browse files
committed
Improve the README
1 parent 52e9f33 commit 1f257c7

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
@@ -269,12 +269,12 @@ You can also clone/download this repository and build the library yourself (plea
269269
270270
> [!NOTE]
271271
>
272-
> The library does not support RAR archives when using the p7zip `.so` libraries: to extract RAR archives on Unix systems, you need to use 7-Zip's `.so` libraries.
272+
> The library does not support RAR archives when using the p7zip `.so` libraries. To extract RAR archives on Unix systems, you must use 7-Zip's `.so` libraries.
273273
>
274274
275275
> [!NOTE]
276276
>
277-
> The library doesn't ship with the 7-Zip shared libraries, which can be built from the source code available at [7-zip.org](https://www.7-zip.org/).
277+
> Bit7z doesn't ship with the 7-Zip shared libraries. You can use the prebuilt binaries or build them from the source code of [7-Zip](https://www.7-zip.org/).
278278
>
279279
280280
[^1]: On Windows, you should link your program _also_ with _oleaut32_ (e.g., `-lbit7z -loleaut32`).<br/> On Linux and macOS, you should link your program _also_ with _dl_ (e.g., `-lbit7z -ldl`).<br/> If you are using the library via CMake, these dependencies will be linked automatically to your project.

0 commit comments

Comments
 (0)