Skip to content

Commit 5c68746

Browse files
committed
Fix markdown syntax
1 parent e3692ce commit 5c68746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ make
195195

196196
To install the SDK CLI you will first need the .NET SDK
197197

198-
* macOS - download and install the (macOS .NET SDK Installer)[https://dotnet.microsoft.com/en-us/download/dotnet/6.0].
198+
* macOS - download and install the [macOS .NET SDK Installer](https://dotnet.microsoft.com/en-us/download/dotnet/6.0).
199199
* Ubuntu - `sudo apt-get install -y dotnet-sdk-6.0`
200200
* Fedora - `sudo yum -y install dotnet`
201201

202202
Then you will need the *new* CLI redesign
203-
(pull request)[https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/158] branch:
203+
[pull request](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/158) branch:
204204
```
205205
curl -LO https://github.com/microsoft/carbon-aware-sdk/archive/refs/heads/162/cli-redesign.tar.gz
206206
tar xf cli-redesign.tar.gz

0 commit comments

Comments
 (0)