mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
clarify where config files are copied to
This commit is contained in:
parent
31741ece95
commit
5922bb5e23
1 changed files with 1 additions and 1 deletions
2
bin/init
2
bin/init
|
@ -10,7 +10,7 @@ function check_existing_config() {
|
|||
}
|
||||
|
||||
function set_up_config_files() {
|
||||
echo "Copying config files"
|
||||
echo "Copying config files to 'config/'"
|
||||
cp ./examples/*.yml ./config/
|
||||
cp ./examples/overleaf.rc ./config/
|
||||
cp ./examples/variables.env ./config/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue