Fix sg command instruction
Created by: jhchabran
First day here, I was going through the getting started guide and stumbled on this :)
This change fixes the sg
instruction to spin up redis and postgres.
The guide was previously advising to use sg start redis-postgres
,
but redis-postgres
is a command and thus using it with start
, which
is for command sets, returned an error.