Skip to content

Commit

Permalink
Build instruction update in README.md (#317)
Browse files Browse the repository at this point in the history
Updated link to clone from GitHub. Was getting error due to outdated link

```
Cloning into 'libjson-rpc-cpp'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
```

New link should mitigate the issue for anyone using the ReadMe.
  • Loading branch information
cafornaca authored Jan 12, 2022
1 parent ec5ce12 commit f9a13ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Build
-----

```sh
git clone git://github.com/cinemast/libjson-rpc-cpp.git
git clone https://github.com/cinemast/libjson-rpc-cpp.git
mkdir -p libjson-rpc-cpp/build
cd libjson-rpc-cpp/build
cmake .. && make
Expand Down

0 comments on commit f9a13ef

Please sign in to comment.