Skip to content

Commit fa8f5e7

Browse files
authored
Merge pull request #7 from Rustdude/main
Removed CMD instructions
2 parents 42d2261 + 0e263f1 commit fa8f5e7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ParallelChain client (`pchain_client`) is a command-line tool that allows you to
1414

1515
1. Download the latest release as a compressed file from Assets of ParallelChain Lab's GitHub [release page](https://github.com/parallelchain-io/pchain-client-cli/releases).
1616
2. Unzip the file to extract the executable `pchain_client.exe`.
17-
3. Open Command Prompt by pressing *WIN+R* and typing `cmd`.
17+
3. Open Powershell by pressing *WIN+R* and typing `powershell`.
1818
4. Navigate to the directory where `pchain_client.exe` is located using the `cd` command. For example, if the executable is located at `C:\Development`, type `cd C:\Development`.
1919
5. Follow the instructions in Section [Prepare Environment](prepare_env.md) to get ready for interacting with the blockchain.
2020

docs/getting_started/prepare_env.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ The following command will set the environmental variable **temporarily**:
2828
# For example, "C:\Users\user\pchain_cli_home"
2929
$Env:PCHAIN_CLI_HOME="<PATH_TO_DIRECTORY>"
3030
```
31-
=== "Windows Command Prompt"
32-
```PowerShell
33-
# For example, C:\Users\user\pchain_cli_home
34-
# No parentheses required
35-
set PCHAIN_CLI_HOME=<PATH_TO_DIRECTORY>
36-
```
3731

3832
For convenience reasons, you may alternatively want to set environmental **permanently**. Even in that case, we still suggest you remember the storage location.
3933

0 commit comments

Comments
 (0)