Hi Dev. Noob here. So i`ve followed step 1 and 2 from instructions in
https://github.com/kredX/kreditx-wallet That created a kredit directory and cloned your project there. I've tried to run step 3 in kredit/src exactly like it is in the example. I don't understand what
Replace URL with git remote repository of your coin.
means in the instruction. Then I ran step 4 inside kredit/src directory and it stopped with a error:
fatal error: Common/ObserverManager.h: No such file or directory
.
You need to do step 3 at the same directory level as 'src' folder. Say for example you checked out the git in home directory. Run step 3 in ~/kredit/
Then step 4 is performed at this same level, not in ~/kredit/src