From 11bc657e6868140ba4f39c263e0f524b74dbe0e8 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Fri, 8 Apr 2022 13:30:16 +0100 Subject: [PATCH] docs: Fix new repo folder name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 902411226..0668431b9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ or if you want to try a specific [branch](https://www.npmjs.com/) of the code, you can use: ```shell git clone https://github.com/CommunitySolidServer/CommunitySolidServer.git -cd community-server +cd CommunitySolidServer npm ci npm start -- # add parameters if needed ``` @@ -74,7 +74,7 @@ Docker allows you to run the server without having Node.js installed. Images are ```shell # Clone the repo to get access to the configs git clone https://github.com/CommunitySolidServer/CommunitySolidServer.git -cd community-server +cd CommunitySolidServer # Run the image, serving your `~/Solid` directory on `http://localhost:3000` docker run --rm -v ~/Solid:/data -p 3000:3000 -it solidproject/community-server:latest # Or use one of the built-in configurations