Skip to content

Commit ac06531

Browse files
committed
docs: move installation info to Wiki
1 parent 7f630b9 commit ac06531

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

README.md

+1-42
Original file line numberDiff line numberDiff line change
@@ -33,48 +33,7 @@
3333
<img src="https://repology.org/badge/vertical-allrepos/envfetch.svg" alt="Packaging status">
3434
</a>
3535

36-
### Install script (Windows, PowerShell)
37-
You can install `envfetch` via install script:
38-
```ps
39-
Invoke-RestMethod "https://raw.githubusercontent.com/ankddev/envfetch/main/install.ps1" | Invoke-Expression
40-
```
41-
If you get an error regarding execution policy, please read the error carefully and determine the execution policy that is right for you. You may try re-running the installation script if you have updated the execution policy.
42-
43-
### Install script (Linux and macOS)
44-
You can install `envfetch` via install script:
45-
```sh
46-
curl https://raw.githubusercontent.com/ankddev/envfetch/main/install.sh | sh
47-
```
48-
49-
### AUR (Arch Linux)
50-
[envfetch](https://aur.archlinux.org/packages/envfetch) is available as a package in the [AUR](https://aur.archlinux.org). You can install it with an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers) (e.g. `paru`):
51-
```shell
52-
$ paru -S envfetch
53-
```
54-
Thanks to [@adamperkowski](https://github.com/adamperkowski) for maintaining this package!
55-
### Scoop (Windows)
56-
You can install envfetch from Scoop using this command:
57-
```shell
58-
scoop install https://gist.githubusercontent.com/ankddev/f6314b552aa021f676fc999ec697f833/raw/envfetch.json
59-
```
60-
Note, that it uses [manifest, published only as GitHub Gist.](https://gist.github.com/ankddev/f6314b552aa021f676fc999ec697f833)
61-
### From DEB package (Debian-based Linux)
62-
You can download .deb package from [releases](https://github.com/ankddev/envfetch/releases) and thhen execute:
63-
```sh
64-
sudo dpkg -i <deb-package>
65-
```
66-
### Cargo (from crates.io)
67-
You can install envfetch from Cargo (needs Rust installed):
68-
```shell
69-
$ cargo install envfetch
70-
```
71-
### Cargo (from source)
72-
Also, you can install it from source (needs Rust installed):
73-
```shell
74-
$ cargo install --git https://github.com/ankddev/envfetch envfetch
75-
```
76-
### Download binary
77-
Or, get binary from [GitHub Actions (needs GutHub account)](https://github.com/ankddev/envfetch/actions/) or [releases](https://github.com/ankddev/envfetch/releases/)
36+
Read about installing `envfetch` in the [Wiki](https://github.com/ankddev/envfetch/wiki/Installation).
7837
## Using
7938
To run envfetch, run `envfetch <COMMAND> <ARGS>` in your terminal.
8039
You can run `envfetch help` to see help message or `envfetch --version` to see program's version.

0 commit comments

Comments
 (0)