Skip to content

Commit

Permalink
πŸ“ Improve "Setting up Dev"-section from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Jul 18, 2024
1 parent 6c33354 commit 468654d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,15 @@ Rust and some listed Crates inside of [Cargo.toml](Cargo.toml) under _dependenci

### Setting up Dev

Once you are done with installing the prerequisites, you should run `task` to see if everything runs smooth:
Once you are done with installing the prerequisites, run `task`:

```shell
git clone [email protected]:TGotwig/vidmerger.git
cd vidmerger
task
```

Also click on _fork_ from the top right corner of this repository and run:

```shell
git remote add <your-github-name> [email protected]:<your-github-name>/vidmerger.git
```

[Here](https://youtu.be/j_qpzND5yAg) is a little tutorial about working with forks along with [GitKraken](https://www.gitkraken.com) πŸ™
If you see anything to improve, just create an [issue](https://github.com/tgotwig/vidmerger/issues) or directly open a [pull request](https://github.com/tgotwig/vidmerger/pulls) πŸ€—βœ¨

### Building

Expand Down

0 comments on commit 468654d

Please sign in to comment.