diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-08-28 18:24:06 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-08-28 18:25:32 +0200 |
commit | d6eaf44aee86f36f73c336441cdf8a48f60c3851 (patch) | |
tree | 439effa70a1d36fc99b5146ad525c9a2ce5c6e05 | |
parent | b8344f215cf9476edb7e0bbe1dcfd4cd71577795 (diff) | |
download | sdn-d6eaf44aee86f36f73c336441cdf8a48f60c3851.tar.gz sdn-d6eaf44aee86f36f73c336441cdf8a48f60c3851.tar.xz sdn-d6eaf44aee86f36f73c336441cdf8a48f60c3851.zip |
README: fix upstream URL
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 00d22d0..5067fa4 100644 --- a/README.adoc +++ b/README.adoc @@ -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 |