diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 04:22:13 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 04:22:13 +0300 |
commit | f2f4e9f37c62790ae9c7521d494241063c2eec89 (patch) | |
tree | e65cdca13196c816842db42e9d6945f9d7c908cf /README.md | |
parent | a1a26b1c1065bafcdf68afc9d94d8894e9c4b315 (diff) | |
parent | 0cc85457ff4abcc7180c3a44c95a06a32fc27748 (diff) |
Merge pull request #11 from dritter/dritter/installation_instructions_improved
A bit simpler installation instructions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -47,8 +47,7 @@ To install this theme, clone this repository into your Oh-My-Zsh `custom/themes` directory. $ cd ~/.oh-my-zsh/custom - $ mkdir themes # if it doesn't already exist - $ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k + $ git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k You then need to select this theme in your `~/.zshrc`: |