commit 4a48cf30643fec60ac245369a36ba132a9f38da3 parent 2c4d03eeb2d1fe77be36a8002870be8b2453a179 Author: rbckman <rbckman@localhost.localdomain> Date: Fri, 16 Nov 2018 12:19:30 +0200 github address fix Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -38,7 +38,7 @@ sudo apt-get install git ``` Git clone tarina and then run install script with sudo: ``` -git clone https://rbckman@bitbucket.org/rbckman/tarina.git +git clone https://github.com/rbckman/tarina.git cd tarina sudo ./install.sh ```