We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.0.0-alpha Downloaded from xoken.org
Looking in the sourcecode it seems that there is logic to autogenerate a config.yaml file: https://github.com/stoichammer/arivi-app/blob/2363835c11a969e61fbf8b4f6118f6cd2482ff1c/service/app/Main.hs#L125
xoken@xoken:~$ tree -L 2 . ├── xoken │ ├── arivi-app │ ├── arivi-core │ ├── xoken-core │ └── xoken-node └── xoken-bin ├── xoken-arch-v1.0.0-alpha ├── xoken-arch-v1.0.0-alpha.zip ├── xoken-nexa-v1.0.0-alpha └── xoken-nexa-v1.0.0-alpha.zip 8 directories, 2 files xoken@xoken:~$ cd xoken-bin/xoken-arch-v1.0.0-alpha/ xoken@xoken:~/xoken-bin/xoken-arch-v1.0.0-alpha$ ./xoken-arch xoken-arch: InvalidYaml (Just (YamlException "Yaml file not found: ./config.yaml")) xoken@xoken:~/xoken-bin/xoken-arch-v1.0.0-alpha$ ls README 'Release Notes' xoken-arch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 1.0.0-alpha
Downloaded from xoken.org
Looking in the sourcecode it seems that there is logic to autogenerate a config.yaml file: https://github.com/stoichammer/arivi-app/blob/2363835c11a969e61fbf8b4f6118f6cd2482ff1c/service/app/Main.hs#L125
The text was updated successfully, but these errors were encountered: