-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #449 from lamtrinhdev/Update_README.md
Enhance code block format for README.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ Build `V2RayControl.xcframework`: | |
|
||
To compile [liboqs](https://github.com/open-quantum-safe/liboqs), additional packages are required: | ||
|
||
``` | ||
```sh | ||
brew install cmake ninja [email protected] wget doxygen graphviz astyle valgrind | ||
pip3 install pytest pytest-xdist pyyaml | ||
``` | ||
|
@@ -194,4 +194,4 @@ See the [Authors](/AUTHORS) file for the list of contributors who participated i | |
<a name="acknowledgements"></a> | ||
## Acknowledgements | ||
|
||
See the [Acknowledgements](/ACKNOWLEDGEMENTS.md) file for the list of third party libraries used in this project. | ||
See the [Acknowledgements](/ACKNOWLEDGEMENTS.md) file for the list of third party libraries used in this project. |