Skip to content

Commit

Permalink
Merge pull request #19 from opt-nc/17-memo-documenter-comment-install…
Browse files Browse the repository at this point in the history
…er-avec-go-install

17 memo documenter comment installer avec go install
  • Loading branch information
adriens authored Jun 23, 2024
2 parents 0cf455a + 44d7ec9 commit a687dac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ depuis le terminal.

# 🚀 Getting started

## 🤓 `go install`

```shell
go install github.com/opt-nc/mobitag@latest
export PATH=$PATH:$(go env GOPATH)/bin
source ~/.bashrc

```

Puis :

```sh
mobitag -h

```

## ⚙️ Builder

```shell
Expand Down

0 comments on commit a687dac

Please sign in to comment.