Skip to content

Commit

Permalink
docs: Minor readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Mar 17, 2020
1 parent 6e818e4 commit 2ff970e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ $ brew install muxed_bin
Docker commands are long so I use a make file that points all the commands to a
runing docker container.

```shell
$ git clone git@github.com:brianp/muxed.git
$ export MUXED_ENV=nix
$ make build
$ make start
$ make cargo cmd=test
$ make cargo cmd='test --workspace --color=always'
```

### From source:

Expand All @@ -60,7 +62,7 @@ Clone this repo. Then run cargo to build the source, and again use cargo to run
$ git clone git@github.com:brianp/muxed.git
$ cargo build
$ cargo run -- --help
$ cargo run my_project
$ cargo test --workspace --color=always
```

## Setup
Expand Down

0 comments on commit 2ff970e

Please # to comment.