10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Update README to taking to account the Toto modifications

This commit is contained in:
Mickaël Véril 2020-11-18 10:07:46 +01:00
parent cba1f0db7f
commit 869e104e15

View File

@ -16,7 +16,7 @@ To clone this website and use it locally please run the following commands.
```bash ```bash
git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/ git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/
cd QUESTDB_website cd QUESTDB_website
hugo serve make serve
``` ```
Now you can use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally http://localhost:1313) Now you can use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally http://localhost:1313)
@ -46,3 +46,6 @@ So you can remove a data file to regenerate it from a LaTeX input file with `dat
The `ADC25generator` is used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files. The `ADC25generator` is used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files.
### generate_data
The `generate_data` script is used to wrap all data file into one `database.json` file.