add shell/terminal

This commit is contained in:
tensor-programming
2019-12-30 17:08:22 -05:00
parent cc9378fc3d
commit 2b99cc836d

View File

@@ -22,7 +22,7 @@ When contributing to the Rust libraries `tauri`, `tauri-api`, and `tauri-updater
##### *Example Instructions*
1. Navigate to the Tauri Root directory.
2. Execute a script based on your Operating System from this folder: `.scripts/init_env.bat` for Windows Cmd, `.scripts/init_env.ps1` for Windows Powershell, `. .scripts/init_env.sh` for Linux/MacOS bash (note the first `.` in this command).
3. Open your text editor/IDE from this command line.
3. Open your text editor/IDE from this shell/terminal.
## Hands On Example
Let's make a new example. That's a great way to learn. We are going to assume you are on a nixy type of environment like Linux or MacOS and have all of your development dependencies like rust and node already sorted out.