Updated README.org

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-06-10 22:12:18 +02:00
parent 487a6c6259
commit b19d1afe6d

View File

@@ -29,9 +29,9 @@ After a successful build, you can find the gsearch binary in the target/release
To search for citations using gsearch, you need to provide a search term as a command-line argument. Here's an example: To search for citations using gsearch, you need to provide a search term as a command-line argument. Here's an example:
#+begin_src shell #+begin_src shell
./gsearch --search_term "machine learning" $ ./gsearch --search_term "machine learning"
@book{zhou2021machine, $ @book{zhou2021machine,
title={Machine learning}, title={Machine learning},
author={Zhou, Zhi-Hua}, author={Zhou, Zhi-Hua},
year={2021}, year={2021},
@@ -61,7 +61,7 @@ gsearch depends on the following libraries:
Contributions to gsearch are welcome! If you find a bug or want to suggest an enhancement, you can open an issue on the [[https://gitlab.com/TuDatTr/gsearch/-/issues][GitLab Repository]]. If you would like to contribute code, feel free to submit a pull request. Contributions to gsearch are welcome! If you find a bug or want to suggest an enhancement, you can open an issue on the [[https://gitlab.com/TuDatTr/gsearch/-/issues][GitLab Repository]]. If you would like to contribute code, feel free to submit a pull request.
When contributing to gsearch, please follow the existing code style and conventions. Make sure to write clear commit messages and add appropriate tests for your changes. When contributing to gsearch, please follow the existing code style and conventions. Make sure to write clear commit messages and add appropriate tests for your changes.
License * License
This project is licensed under the MIT License. See the [[LICENSE][LICENSE]] file for more information. This project is licensed under the MIT License. See the [[LICENSE][LICENSE]] file for more information.
* Disclaimer * Disclaimer