Skip to content

Commit

Permalink
Create the repos parent directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
misalcedo committed Jan 8, 2024
1 parent a44af97 commit e7e6606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ An example of using the server for an HTTP git server.

#### Start the server
```bash
mkdir test.git
pushd test.git
mkdir -p repos/test.git
pushd repos/test.git
git init --bare
git config http.getanyfile true
git config http.receivepack true
Expand Down

0 comments on commit e7e6606

Please sign in to comment.