Chia-Network / chia-dev-tools

A utility for developing in the Chia ecosystem: Chialisp functions, object inspection, RPC client and more.
Apache License 2.0
45 stars 32 forks source link

use / not \ in readme #88

Closed altendky closed 1 year ago

altendky commented 1 year ago

/ is compatible everywhere except for cmd.exe, afaik

jack60612 commented 1 year ago

do the current slashes work in cmd.exe?

altendky commented 1 year ago

Yeah, cmd.exe requires \ for paths. Powershell and APIs etc all handle / as I understand it. Of course, \ doesn't work in Linux or macOS. So instructions are either specific to cmd.exe or general to everything (including Windows) except cmd.exe.

jack60612 commented 1 year ago

makes sense.