mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
docs
This commit is contained in:
parent
1c39df6280
commit
b305649e53
1 changed files with 3 additions and 3 deletions
|
@ -1121,9 +1121,9 @@ The following code should work. If it doesn't, please open an issue.
|
||||||
new versions are released.*
|
new versions are released.*
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
curl -fsSLO https://github.com/romkatv/powerlevel10k/archive/v1.0.0.tar.gz
|
curl -fsSLO https://github.com/romkatv/powerlevel10k/archive/v1.8.0.tar.gz
|
||||||
tar -xzf v1.0.0.tar.gz
|
tar -xzf v1.8.0.tar.gz
|
||||||
cd powerlevel10k-1.0.0
|
cd powerlevel10k-1.8.0
|
||||||
(
|
(
|
||||||
cd gitstatus
|
cd gitstatus
|
||||||
. ./build.info
|
. ./build.info
|
||||||
|
|
Loading…
Reference in a new issue