mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Removed a redundant git pull statement from the docs (#30801)
`git pull` statement is now redundant and not needed
This commit is contained in:
@@ -155,7 +155,6 @@ Alternatively, you can ssh into your server and rebuild using:
|
||||
|
||||
```
|
||||
cd /var/discourse
|
||||
git pull
|
||||
./launcher rebuild app
|
||||
```
|
||||
|
||||
|
@@ -32,7 +32,6 @@ hooks:
|
||||
|
||||
```
|
||||
cd /var/discourse
|
||||
git pull
|
||||
./launcher rebuild app
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user