We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a6cdca + 8fd3a6b commit e73dee9Copy full SHA for e73dee9
1 file changed
README.md
@@ -100,6 +100,19 @@ rm: CU/*: No such file or directory
100
rm: PYM/*: No such file or directory
101
rm: XYM/*: No such file or directory
102
```
103
+## To Run On Windows
104
+
105
+Replace './COMMAND' by 'COMMAND'.
106
+Example :
107
+Instead of calling
108
+```
109
+$ ./makestudy example/sampleplot.graphml
110
111
+call
112
113
+> makestudy example/sampleplot.graphml
114
115
116
117
# Read More...
118
0 commit comments