From 610c14ff25f1a6aabde4858cdf0cb2e37d3df3b0 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Fri, 15 May 2020 23:27:51 +0200 Subject: [PATCH] Update repo address in README Signed-off-by: Karol Gugala --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cb609..0891473 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The Travis-based CI performs all the necessary steps to build the example design If you want to manually build the examples, run following commands: ```bash -git clone https://github.com/antmicro/symbiflow-examples.git +git clone https://github.com/SymbiFlow/symbiflow-examples.git cd symbiflow-examples wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh bash miniconda.sh -b -p $HOME/miniconda