Skip to content

Commit

Permalink
update getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
ntbosscher committed Mar 3, 2022
1 parent 8468f09 commit 8a66314
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ import {Header} from "../Misc/Header";

## Getting started
```bash
cd project_root;
go run github.com/ntbosscher/fix-imports
> go install github.com/ntbosscher/fix-imports@latest
> cd project_root;
> fix-imports
```

## Algorithm
Expand Down

0 comments on commit 8a66314

Please sign in to comment.