git.sophuwu.com > myweb
edit readme
parent

6025614ce6f2500f9183278b906bb7c367807725

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -42,7 +42,7 @@ ```sh

# Copy files to http user directory. Use the actual user name for httpuser on your system. sudo cp -r ./webhome ~httpuser/ # Change the owner of directory only, so the server can create new files. - sudo chown httpuser ~httpuser/myweb + sudo chown httpuser ~httpuser/webhome ``` 4. Build the application: