diff --git a/README.md b/README.md index 21330747..fb9b98e3 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The QUEST website is the website build to analyze the date from the [QUEST proje To clone this website and use it locally please run the following commands. ```bash -git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/mveril/exdatabaseLCPQ -cd exdatabaseLCPQ +git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/mveril/QUESTDB_website +cd QUESTDB_website hugo serve ``` @@ -22,15 +22,15 @@ Now you car use your favorite browser to navigate to the website using the URL s The main part of this repository is the website. It is build using the [hugo](https://gohugo.io/) static website generator with the [beautifulhugo](https://themes.gohugo.io/beautifulhugo/) theme. -All the data are stored in the [data](exdatabaseLCPQ/src/branch/master/static/data) directory. +All the data are stored in the [data](QUESTDB_website/src/branch/master/static/data) directory. ### The tools. -The second part is the [tools](exdatabaseLCPQ/src/branch/master/tools/) a series of python and bash scripts used to generate data. +The second part is the [tools](QUESTDB_website/src/branch/master/tools/) a series of python and bash scripts used to generate data. #### 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](QUESTDB_website/src/branch/master/docs/examples). #### metarecover