diff --git a/README.md b/README.md index b2494a6..62bfad5 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,18 @@ And then clone the repository into the folder: (Dont forger to replace " +``` + +**Usage:** + +Add this line on top of your code: + +``` +from nowin import nowin +``` + +To make it even harder to reprogram your code so that it runs on windows you can use this multiple times in your code: + +``` +if nowin.linux: `` \ No newline at end of file