Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 authored Oct 22, 2024
1 parent 9cd8249 commit 0a8f6ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Verible Dockerized

## Update your bash profile

.bashrc
```
alias verible-verilog-lint="sudo docker run -ti -v ${PWD}:/work --user root:root androz2091/verible:main verible-verilog-lint"
```

## Usage

As you would use the standard command!
`verible-verilog-lint --version`

0 comments on commit 0a8f6ae

Please sign in to comment.