mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 16:50:45 +08: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:
parent
60a1eedb5f
commit
bb920326c9
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user