Skip to content

Commit

Permalink
Create /usr/local/bin (#35)
Browse files Browse the repository at this point in the history
Create /usr/local/bin prior to running the copy command. If `bin`
does not exist, you are actually moving `bclm` to `/usr/local/` and
renaming `bclm` to `bin`. -a mistake I just made :)

Closes #34
  • Loading branch information
milljm committed Jan 23, 2024
1 parent 4b4d135 commit eb57dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $ sudo make install

```
$ unzip bclm.zip
$ sudo mkdir -p /usr/local/bin
$ sudo cp bclm /usr/local/bin
```

Expand Down

0 comments on commit eb57dbe

Please sign in to comment.