From 5f384212eea418fed3049699de80429364d2f7d7 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Mon, 25 Mar 2019 19:21:25 +0100 Subject: [PATCH] add license section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1781835..1ea338a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ It's simply [much faster](#how-fast-is-it). 2. [For new users](#for-new-users) 3. [Docker playground](#docker-playground) 4. [How fast is it?](#how-fast-is-it) -5. [FAQ](#faq) +5. [License](#license) +6. [FAQ](#faq) 1. [Why does Powerlevel10k spawn extra processes?](#why-does-powerlevel10k-spawn-extra-processes) 2. [Does Powerlevel10k always render exactly the same prompt with the same config?](#does-powerlevel10k-always-render-exactly-the-same-prompt-with-the-same-config) 3. [I am getting an error: "zsh: bad math expression: operand expected at end of string"](#i-am-getting-an-error-zsh-bad-math-expression-operand-expected-at-end-of-string) @@ -225,6 +226,10 @@ POWERLEVEL9K_STATUS_OK_BACKGROUND=grey53 Powerlevel10k shows similar performance advantage over Powerlevel9k on Mac OS, FreeBSD, WSL, and Raspberry Pie. +## License + +Powerlevel10k is released under the [MIT license](https://github.com/romkatv/powerlevel10k/blob/master/LICENSE). Contributions are convered by the same license. + ## FAQ ### Why does Powerlevel10k spawn extra processes?