Skip to content

Commit 31f73e1

Browse files
authored
Merge pull request #5522 from markrtuttle/release-readme-line-breaks
Remove line breaks from the body of the text on the release page.
2 parents 4451960 + aac9d61 commit 31f73e1

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/regular-release.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
## MacOS
3939
4040
On MacOS, install CBMC using [Homebrew](https://brew.sh/) with
41+
4142
```sh
4243
brew install cbmc
4344
```
@@ -50,8 +51,7 @@ jobs:
5051
5152
## Ubuntu
5253
53-
On Ubuntu, install CBMC by downloading the *.deb package below for your version of Ubuntu
54-
and install with one of
54+
On Ubuntu, install CBMC by downloading the *.deb package below for your version of Ubuntu and install with one of
5555
5656
```sh
5757
# Ubuntu 18:
@@ -62,22 +62,17 @@ jobs:
6262
6363
## Windows
6464
65-
On Windows, install CBMC by downloading the `${{ env.CBMC_TAG }}-win64.msi` installer
66-
below, double-clicking on the installer to run it, and adding the folder
67-
`C:\Program Files\cbmc\bin` in your `PATH` environment variable.
65+
On Windows, install CBMC by downloading the `${{ env.CBMC_TAG }}-win64.msi` installer below, double-clicking on the installer to run it, and adding the folder `C:\Program Files\cbmc\bin` in your `PATH` environment variable.
6866
6967
For installation from the windows command prompt, run:
7068
7169
```sh
7270
msiexec /i ${{ env.CBMC_TAG }}-win64.msi
73-
PATH="c:\program files\cbmc\bin";%PATH%
71+
PATH="C:\Program Files\cbmc\bin";%PATH%
7472
```
7573
76-
Note that we depend on the Visual C++ redistributables. You likely already have these,
77-
if not please download and run vcredist.x64.exe from Microsoft to install them prior
78-
to running cbmc, or make sure you have Visual Studio 2019 installed.
74+
Note that we depend on the Visual C++ redistributables. You likely already have these, if not please download and run vcredist.x64.exe from Microsoft to install them prior to running cbmc, or make sure you have Visual Studio 2019 installed.
7975
80-
You can download either [Visual Studio 2019 Community Edition](https://visualstudio.microsoft.com/vs/community/)
81-
or the [Visual C++ Redistributables](https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads) from Microsoft for free.
76+
You can download either [Visual Studio 2019 Community Edition](https://visualstudio.microsoft.com/vs/community/) or the [Visual C++ Redistributables](https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads) from Microsoft for free.
8277
draft: false
8378
prerelease: false

0 commit comments

Comments
 (0)