diff --git a/README.md b/README.md index 2f5cceb..39ed066 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ root@root# ```sh mkdir service_run ``` - +Copy environment file ```sh cp service/giteaService.conf service_run/giteaService.conf ``` @@ -39,14 +39,16 @@ root@root# root@root# ```sh - service_run/giteaService.conf + nano service_run/giteaService.conf ``` ### 6) Run file "install.sh" to install service root@root# + ```sh ./install.sh ``` +
