10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Fix typo and add inline code to README

This commit is contained in:
Mickaël Véril 2020-09-11 12:47:11 +02:00
parent 892ea5f071
commit 996f89518d

View File

@ -14,7 +14,7 @@ cd exdatabaseLCPQ
hugo serve hugo serve
``` ```
Now you car use your favorite browser to navigate to the website using the URL showed by hugo in your terminal (normally <localhost:1313>) Now you car use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally <localhost:1313>)
## Repository content ## Repository content
@ -30,9 +30,9 @@ The second part is the [tools](exdatabaseLCPQ/src/branch/master/tools/) a serie
#### datafileBuilder #### datafileBuilder
A python script to generate data from custom \LaTeX input file see [examples](exdatabaseLCPQ/src/branch/master/docs/examples). A python script to generate data from custom LaTeX input file see [examples](exdatabaseLCPQ/src/branch/master/docs/examples).
#### metarecover #### metarecover
the metarecover bash script is used to regenerate the metadata from the previous git history state. the `metarecover` bash script is used to regenerate the metadata from the previous git history state.
So you can remove a data file to regenerate it from a LaTeX input file with datafileBuilder and recover the metadata from the previous version using metarecover. So you can remove a data file to regenerate it from a LaTeX input file with `datafileBuilder` and recover the metadata from the previous version using `metarecover`.