mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge 93115ab5a1 into 223197b4e0
This commit is contained in:
commit
1af7784272
1 changed files with 16 additions and 2 deletions
|
|
@ -18,11 +18,25 @@ You can install this via the command-line with either @curl@ or @wget@.
|
|||
|
||||
h4. via @curl@:
|
||||
|
||||
@curl -L http://install.ohmyz.sh | sh@
|
||||
@curl -L http://install.ohmyz.sh > ohmyz.sh@
|
||||
@openssl sha256 ohmyz.sh@
|
||||
|
||||
Verify that the checksum is correct:
|
||||
@SHA256(ohmyz.sh)= ad4290f1234ced4f9f344868422e194764d076255df806d90a6bb5bc96c77fb9@
|
||||
|
||||
Then run:
|
||||
@sh ohmyz.sh@
|
||||
|
||||
h4. via @wget@:
|
||||
|
||||
@wget --no-check-certificate http://install.ohmyz.sh -O - | sh@
|
||||
@wget --no-check-certificate http://install.ohmyz.sh -O ohmyz.sh@
|
||||
@openssl sha256 ohmyz.sh@
|
||||
|
||||
Verify that the checksum is correct:
|
||||
@SHA256(ohmyz.sh)= ad4290f1234ced4f9f344868422e194764d076255df806d90a6bb5bc96c77fb9@
|
||||
|
||||
Then run:
|
||||
@sh ohmyz.sh@
|
||||
|
||||
h4. *Optionally*, change the install directory:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue