Skip to content

Commit

Permalink
Minor changes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnutix committed Jan 27, 2024
1 parent d6f0a19 commit 2a4edca
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Is your favorite butler, who's able to run and monitor jobs to be executed on vi
4. Add the Alfred host key to your known_hosts: `ssh-keyscan -H alfred.tipee.dev >> ~/.ssh/known_hosts`
5. You should now be able to run `alfred version` and see the version of the remote server.

### Usage

Run `alfred --help` to see the list of available commands and options.

## Setup dev environment

### Required tools
Expand All @@ -35,16 +39,10 @@ Is your favorite butler, who's able to run and monitor jobs to be executed on vi
- `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest`
- If not done already, add `$(go env GOPATH)/bin` to your `$PATH`

### Run alfred
### Run alfred server in local

#### Commands

Run the client:
```shell
source hack/alfred.alias
alfred [commands...]
```

Run the server:
```shell
make bin/alfred-server
Expand Down

0 comments on commit 2a4edca

Please sign in to comment.