diff --git a/doc/install/installation.md b/doc/install/installation.md
index a9b51a2bc9a04a9c887671d471c5b7c3c9daf67f..43061ee8d277eef375961fd435e0daa6b4393d28 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -302,18 +302,16 @@ Check if GitLab and its environment are configured correctly:
 
     sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
 
+## Compile assets
+
+    sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
+
 ## Start Your GitLab Instance
 
     sudo service gitlab start
     # or
     sudo /etc/init.d/gitlab restart
 
-
-## Compile assets
-
-    sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
-
-
 # 7. Nginx
 
 **Note:**