Skip to content

Commit bd91cc3

Browse files
committed
(docker/dist) README - fix indent
1 parent c93ec5a commit bd91cc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/dist/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ This section is an option only for VS Code users.
4141
% docker compose down
4242

4343
If the gfarm source repository is not clean, link errors may happen during the `all.sh` execution. In this case, clean the repository.
44-
```
45-
% cd ~/gfarm
46-
% git clean -dxf
47-
```
44+
45+
% cd ~/gfarm
46+
% git clean -dxf
47+
4848
When you would like to execute `all.sh` (or `all-rpm.sh`) again, execute `unconfig.sh`.
4949

5050
When you change the source code, execute `docker/dist/install.sh -m` in the top source directory and `restart.sh`.

0 commit comments

Comments
 (0)