Currently, the directory structure of the project is set up in such a way that I have to explicitly do cd .. to use the examples in the README.MD file. This could be solved by moving the sources to another directory (typically the name of the project, i.e. opendutchwordnet for this project). This would also solve the docs and the sources being jumbled together.
Currently, the directory structure of the project is set up in such a way that I have to explicitly do
cd ..
to use the examples in theREADME.MD
file. This could be solved by moving the sources to another directory (typically the name of the project, i.e.opendutchwordnet
for this project). This would also solve the docs and the sources being jumbled together.