README: Drop bogus backticks

This commit is contained in:
Martin Pitt 2018-06-19 10:06:41 +02:00
parent 59bf8a5af0
commit 810c4bfccd

View file

@ -8,8 +8,8 @@ Make sure you have `npm` available (usually from your distribution package).
These commands check out the source and build it into the `dist/` directory:
```
git clone https://github.com/cockpit-project/starter-kit.git`
cd starter-kit`
git clone https://github.com/cockpit-project/starter-kit.git
cd starter-kit
make
```