Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
penguingovernor committed Feb 9, 2021
1 parent 32d878c commit 7fb9c92
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@
1. Clone the repo with `git clone`

```sh
git clone https://github.com/penguingovernor/go-resume.git
git clone --recursive https://github.com/penguingovernor/go-resume.git
```

2. Fetch the submodules with `git submodule`

```sh
git submodule init
git submodule update
```

3. Build the commands with `go build`
2. Build the commands with `go build`

```sh
# Builds the resume-start binary
Expand Down

0 comments on commit 7fb9c92

Please sign in to comment.