Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal authored Jan 2, 2025
1 parent dec4932 commit 1ef647b
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 @@ -95,9 +95,9 @@ Unzip and copy the files inside `dist` to `/var/www/html` folder of Nginx.
```
unzip gshark*.zip
cd gshark*
mv dist /var/www/html/
mv dist/* /var/www/html/
# for Mac
mv dist /usr/local/www/html/
mv dist/* /usr/local/www/html/
```

Start the Nginx and the Front-End is deployed successfully.
Expand Down

0 comments on commit 1ef647b

Please sign in to comment.