README: fix upstream URL

This commit is contained in:
Přemysl Eric Janouch 2020-08-28 18:24:06 +02:00
parent b8344f215c
commit d6eaf44aee
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Runtime dependencies: ncursesw, libacl
Unfortunately most LLVM libc++ versions have a bug that crashes 'sdn' on start.
Use GNU libstdc++ if you're affected.
$ git clone https://github.com/pjanouch/sdn.git
$ git clone https://git.janouch.name/p/sdn.git
$ mkdir sdn/build
$ cd sdn/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug