Skip to content
Snippets Groups Projects
  • Michael Hand's avatar
    4d1f9320
    Remove wrong Windows command lines (#2357) · 4d1f9320
    Michael Hand authored
    Windows CMD don't need fancy dots or .exe things to start programs. Moreover, running programs like ./dgraph.exe simply don't work in standard Windows command processor. Such things only work in Bash and similar consoles. Starting dgraph in the current directory like 'dgraph' works just fine in Windows, so entire Windows section don't needed.
    4d1f9320
    History
    Remove wrong Windows command lines (#2357)
    Michael Hand authored
    Windows CMD don't need fancy dots or .exe things to start programs. Moreover, running programs like ./dgraph.exe simply don't work in standard Windows command processor. Such things only work in Bash and similar consoles. Starting dgraph in the current directory like 'dgraph' works just fine in Windows, so entire Windows section don't needed.