mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
fixed errors and grammar
This commit is contained in:
parent
72aac17c3e
commit
fc3422e1ba
@ -8,7 +8,7 @@ Cmder is a **software package** created out of pure frustration over absence of
|
||||
|
||||
## Why use it
|
||||
|
||||
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies. That makes it great for **USB Sticks** or **Dropbox**. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
|
||||
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, that is makes it great for **USB Sticks** or **Dropbox**. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
## Bin
|
||||
|
||||
This folder will be injected into path at runtime
|
||||
This folder will be injected into the PATH environment variable at runtime.
|
||||
|
@ -1,3 +1,3 @@
|
||||
## Config
|
||||
|
||||
All config files must be in this folder, if there is no option to set the folder directly, it has to be hardlinked.
|
||||
All config files must be in this folder. If there is no option to set this folder directly, it has to be hardlinked.
|
2
vendor/Readme.md
vendored
2
vendor/Readme.md
vendored
@ -1,3 +1,3 @@
|
||||
## Vendor
|
||||
|
||||
Software from third parties + init sctipt
|
||||
Third parties softare & init script.
|
||||
|
Loading…
Reference in New Issue
Block a user