mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 06:14:38 +01:00
Fix typo and add inline code to README
This commit is contained in:
parent
892ea5f071
commit
996f89518d
@ -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`.
|
Loading…
Reference in New Issue
Block a user