I would like to install a template package and the instructions given by the developer include using the command prompt with the following code
mkdir "$(kpsewhich -var-value TEXMFHOME)/tex/latex/"
what happens now is that in my user directory a new folder named "$(kpsewhich -var-value TEXMFHOME)" is created. Inside that folder is the folder "tex", inside which is the folder "latex".
I am pretty sure that is not intended, but I have no idea why this happens and how to get to the intended point in the instructions.
My operating system is Win10 and I have TexLive2015 installed.
For those curious about the instructions or the template, here you go.