summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNimish Bongale <nimishnb98@gmail.com>2021-03-08 03:10:03 +0530
committerGitHub <noreply@github.com>2021-03-07 15:40:03 -0600
commit6fa3068d0a34e2a1f459e133ec4d11834fa01e5c (patch)
treedecbd3615b396559a13561f9b8f6059f946b71da
parentfb6cefa4b51a6e6cb0dbf649e302b591b71b4d6f (diff)
docs: Add install for chocolatey (#2372)
-rw-r--r--docs/installing/README.md16
-rw-r--r--docs/package.json2
2 files changed, 17 insertions, 1 deletions
diff --git a/docs/installing/README.md b/docs/installing/README.md
index e7b5ce3d5..0f524963d 100644
--- a/docs/installing/README.md
+++ b/docs/installing/README.md
@@ -12,13 +12,29 @@ There are so many platforms out there that they didn't fit into the main
README.md file, so here are some installation instructions for other platforms
from the community. Is yours not here? Please do add it here if you figure it
out!
+
+## [Chocolatey](https://chocolatey.org)
+
+### Prerequisites
+
+Head over to the [Chocolatey installation page](https://chocolatey.org/install) and follow the instructions to install Chocolatey.
+
+### Installation
+
+```powershell
+choco install starship
+```
+
## [termux](https://termux.com)
+
### Prerequisites
+
```sh
pkg install getconf
```
### Installation
+
```sh
curl -fsSL https://starship.rs/install.sh | bash -s -- -b /data/data/com.termux/files/usr/bin
```
diff --git a/docs/package.json b/docs/package.json
index 0fae2816d..37bec61bd 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -9,4 +9,4 @@
"vuepress-theme-default-prefers-color-scheme": "^2.0.0",
"vuepress-plugin-sitemap": "^2.3.1"
}
-} \ No newline at end of file
+}