Skip to content

Commit

Permalink
Fix code component syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
martbock committed Aug 2, 2018
1 parent c2066fc commit 34c0465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/debian-installation-guide.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,15 @@ Since MUM does not have a web installer yet, you will need to use console comman
Use the following commands to create a domain and a super admin mailbox:

@component('_components.code')
@lang('bash')
@slot('lang', 'bash')
php artisan domains:create example.com
php artisan mailboxes:create admin example.com --super_admin --name='Super Admin'
@endcomponent

For a full list of command options, use the `--help` flag with the commands:

@component('_components.code')
@lang('bash')
@slot('lang', 'bash')
$ php artisan domains:create --help
Usage:
domains:create [options] [--] <domain>
Expand Down Expand Up @@ -295,7 +295,7 @@ Help:
@endcomponent

@component('_components.code')
@lang('bash')
@slot('lang', 'bash')
$ php artisan mailboxes:create --help
Usage:
mailboxes:create [options] [--] <local_part> <domain>
Expand Down

0 comments on commit 34c0465

Please sign in to comment.