Skip to content

Commit f1fe945

Browse files
committed
docs: move contributing docs to Wiki
1 parent 384e103 commit f1fe945

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

README.md

+2-33
Original file line numberDiff line numberDiff line change
@@ -38,42 +38,11 @@ Read about installing `envfetch` in the [Wiki](https://github.com/ankddev/envfet
3838
Read in [Wiki](https://github.com/ankddev/envfetch/wiki/3.-Basic-Usage).
3939
## Configuration
4040
Read in [this Wiki page](https://github.com/ankddev/envfetch/wiki/4.-Configuration)
41-
# Building from source
42-
- Install Rust. If it already installed, update with
43-
```shell
44-
$ rustup update
45-
```
46-
- Fork this project using button `Fork` on the top of this page
47-
- Clone your fork (replace `<YOUR_USERNAME>` with your username on GitHub):
48-
```shell
49-
$ git clone https://github.com/<YOUR_USERNAME>/envfetch.git
50-
```
51-
- Go to directory, where you cloned envfetch:
52-
```shell
53-
$ cd envfetch
54-
```
55-
- Run program using Cargo (replace `<COMMAND>` and `<ARGS>` to your command and args):
56-
```shell
57-
$ cargo run -- <COMMAND> <ARGS>
41+
# Contributing and building from source
42+
Read in [this Wiki page](https://github.com/ankddev/envfetch/wiki/6.-Contributing)
5843
```
5944
# See Also
6045
- [codewars-api-rs](https://github.com/ankddev/codewars-api-rs) - Rust library for Codewars API
6146
- [conemu-progressbar-go](https://github.com/ankddev/conemu-progressbar-go) - Progress bar for ConEmu for Go
6247
- [terminal-go](https://github.com/ankddev/terminal-go) - Go library for working with ANSI/VT terminal sequences
6348
- [zapret-discord-youtube](https://github.com/ankddev/zapret-discord-youtube) - Zapret build for Windows for fixing Discord and YouTube in Russia or other services
64-
# Contributing
65-
- Read [section above to build envfetch from source](#building-from-source)
66-
- Create new branch
67-
- Made your changes
68-
- Test that everything works correctly
69-
- Format and lint code with
70-
```shell
71-
$ cargo fmt
72-
$ cargo clippy --fix
73-
```
74-
- Run tests with
75-
```shell
76-
$ cargo test
77-
```
78-
- Push changes
79-
- Open pull request

0 commit comments

Comments
 (0)