Fixed grammatical error and incorrect icon filename (#45)
* Fixed grammatical error. 'Setup' should be 'set up' in two places * Fixed incorrect filename for Follow icon
This commit is contained in:
parent
6ba0627dac
commit
e743a88870
|
@ -122,7 +122,7 @@ It is recommended to create a special user for mastodon on the server (you could
|
|||
|
||||
sudo apt-get install postgresql postgresql-contrib
|
||||
|
||||
Setup a user and database for Mastodon:
|
||||
Set up a user and database for Mastodon:
|
||||
|
||||
sudo su - postgres
|
||||
psql
|
||||
|
@ -182,7 +182,7 @@ To get a random string. If you are setting up on one single server (most likely)
|
|||
|
||||
## Setup
|
||||
|
||||
And setup the database for the first time, this will create the tables and basic data:
|
||||
And set up the database for the first time, this will create the tables and basic data:
|
||||
|
||||
RAILS_ENV=production bundle exec rails db:setup
|
||||
|
||||
|
|
Loading…
Reference in New Issue