Automatically generate a `.mosint.yaml` file during installation.
RokeJulianLockhart opened this issue · 4 comments
RokeJulianLockhart commented
It should include sane defaults.
-
./mosint example@example.com
-
RokeJulianLockhart@s1e8h4:~/go/bin> _ _ _ __ ___ ___ ___ (_) _ __ | |_ | '_ ` _ \ / _ \ / __| | | | '_ \ | __| | | | | | | | (_) | \__ \ | | | | | | | |_ |_| |_| |_| \___/ |___/ |_| |_| |_| \__| v3.0 https://github.com/alpkeskin/ Now: Tuesday, 24 Oct 2023 You must create a config file in your home directory named .mosint.yaml Or you can use --config flag to specify a config file You can find an example config file in the repository: https://github.com/alpkeskin/mosint/blob/master/example-config.yaml RokeJulianLockhart@s1e8h4:~/go/bin>
RayoBlanco07 commented
@RokeJulianLockhart You know how to do the config proces, I have the .mosint.yaml (idk were is the $home directory)
RokeJulianLockhart commented
@RayoBlanco07, I don't know what you're asking.
RayoBlanco07 commented
if you @RokeJulianLockhart know were I have to put the config file, the program say it's in the $home directory and I don't know were is.
RokeJulianLockhart commented
@RayoBlanco07, it needs to be at $HOME/.mosint.yaml
:
wget 'https://raw.githubusercontent.com/alpkeskin/mosint/master/example-config.yaml' -O "$HOME/.mosint.yaml" # https://stackoverflow.com/revisions/31667928/3#:~:text=-O%20is%20the,path%2Fto%2Ffolder
per
You must create a config file in your home directory named
.mosint.yaml
as https://github.com/alpkeskin/mosint/blob/dd331ba3df1e60b27bc80fdbe6e15cd91804a113/README.md#configuration-file elaborates upon.