Add tip for user to find their project directory

pull/75/head
Rui Huang 2019-04-11 20:12:48 +08:00 committed by GitHub
parent 88d3c034a6
commit e9361bbae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ Download and install latest toolchain.
Open a Windows Powershell, cd to Project directory.
`mkdir` your project in `src/`, `cd src && mkdir hello_world`, then put your codes in it, and build it.
```powershell
$env:Path="E:\kendryte-toolchain\bin;C:\Program Files\CMak
e\bin" + $env:Path