Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 464 Bytes

windows-develop-tips

Summary of some details of development under windows

how to open PowerShell

open cmd and input powershell

how to set environment variable

check the Path variable, input $env:path, set the value: $env:path = 'xxx', case insensitive

command format

when you want to execute a command on the command line, you need to add .exe to the command suffix.

license

MIT License