Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingrjimsch committed Sep 10, 2024
1 parent 153cd8e commit 927b4b1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can install grgry by [downloading](https://github.com/yingrjimsch/grgry/rele



After that you can move it into your `/usr/local/bin` directory to make it executable on linux
After that you can move it into your `/usr/local/bin` directory to make it executable on linux:
```bash
wget https://github.com/Yingrjimsch/grgry/releases/download/v1.0.3/grgry-v1.0.2-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf grgry-v1.0.2-x86_64-unknown-linux-gnu.tar.gz
Expand Down Expand Up @@ -74,8 +74,10 @@ grgry --version
```

### Update
To update grgry you can either install it again following the example above or you can make use of the update command which automatically switches to the latest version
In unix systems this can be done by
To update grgry you can either install it again following the example above or you can make use of the update command which automatically switches to the latest version.


In unix systems this can be done by:

```bash
sudo -E grgry update
Expand All @@ -94,7 +96,7 @@ touch $HOME/.config/grgry.toml
#or
touch ~/.config/grgry.toml
```

or
```powershell
New-Item $HOME\.config\grgry.toml -Force
```
Expand All @@ -103,7 +105,7 @@ This config file stores your [profiles](#Profile), which you can switch between


### Chef's recommendation

Coming soon

## Available Commands

Expand Down Expand Up @@ -210,11 +212,8 @@ The `grgry update` command gets the latest release from GitHub and replaces the

## Contributions



Contributions, improvements, and feature requests are welcome! Keep in mind that this project was created for personal use and as a learning project for Rust. The goal was to make it adaptable and fast.



## Tasks in progress

Expand Down

0 comments on commit 927b4b1

Please sign in to comment.