Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3d821c6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Dec 11, 2024
1 parent 24eca58 commit d9af163
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,13 @@ For simple installation, we provide regular [binary releases].
If you prefer to build and install the binaries locally yourself:

```bash
# In your home directory
bazel run -c opt :install -- ~/bin
bazel build -c opt :install-binaries

# For a system directory that requires root-access, call with -s option.
# (Do _not_ run bazel with sudo.)
bazel run -c opt :install -- -s /usr/local/bin
# install In your home directory
.github/bin/simple-install.sh ~/bin

# For a system directory that requires root-access, call scfript with sudo.
sudo .github/bin/simple-install.sh /usr/local/bin
```

(this requies a compliant `install` utility, otherwise simply copy
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ See the [README file for further information.](README.md)

## Version

Generated on 2024-12-01 22:55:50 -0800 from [936dfb1](https://github.com/google/verible/commit/936dfb1d2d2d6a9c812e55d02f605c6474adcd18)
Generated on 2024-12-10 23:06:31 -0800 from [3d821c6](https://github.com/google/verible/commit/3d821c623fe0f246ce96fd1fcc38fba67cc77265)
2 changes: 1 addition & 1 deletion lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,4 @@ Enabled by default: true

## Version

Generated on 2024-12-01 22:55:50 -0800 from [936dfb1](https://github.com/google/verible/commit/936dfb1d2d2d6a9c812e55d02f605c6474adcd18)
Generated on 2024-12-10 23:06:31 -0800 from [3d821c6](https://github.com/google/verible/commit/3d821c623fe0f246ce96fd1fcc38fba67cc77265)
2 changes: 1 addition & 1 deletion verilog_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ path.

## Version

Generated on 2024-12-01 22:55:50 -0800 from [936dfb1](https://github.com/google/verible/commit/936dfb1d2d2d6a9c812e55d02f605c6474adcd18)
Generated on 2024-12-10 23:06:31 -0800 from [3d821c6](https://github.com/google/verible/commit/3d821c623fe0f246ce96fd1fcc38fba67cc77265)
2 changes: 1 addition & 1 deletion verilog_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,4 @@ Enabled by default: true

## Version

Generated on 2024-12-01 22:55:50 -0800 from [936dfb1](https://github.com/google/verible/commit/936dfb1d2d2d6a9c812e55d02f605c6474adcd18)
Generated on 2024-12-10 23:06:31 -0800 from [3d821c6](https://github.com/google/verible/commit/3d821c623fe0f246ce96fd1fcc38fba67cc77265)
2 changes: 1 addition & 1 deletion verilog_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ path.

## Version

Generated on 2024-12-01 22:55:50 -0800 from [936dfb1](https://github.com/google/verible/commit/936dfb1d2d2d6a9c812e55d02f605c6474adcd18)
Generated on 2024-12-10 23:06:31 -0800 from [3d821c6](https://github.com/google/verible/commit/3d821c623fe0f246ce96fd1fcc38fba67cc77265)

0 comments on commit d9af163

Please sign in to comment.