diff --git a/README.md b/README.md index 0ce93f73a..5b0d0d617 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This guide assumes you have NGINX/Apache installed, along with the dependencies. Those will not be covered in these early docs. ```bash -git clone https://github.com/dansup/pixelfed.git +git clone https://github.com/pixelfed/pixelfed.git cd pixelfed composer install cp .env.example .env diff --git a/resources/views/site/opensource.blade.php b/resources/views/site/opensource.blade.php index a48832dfb..a00a42f88 100644 --- a/resources/views/site/opensource.blade.php +++ b/resources/views/site/opensource.blade.php @@ -7,7 +7,7 @@
-

The software that powers this website is called PixelFed and anyone can download the source code and run their own instance!

+

The software that powers this website is called PixelFed and anyone can download the source code and run their own instance!

@endsection