Quellcode durchsuchen

Actualizar 'README.md'

creylopez vor 1 Jahr
Ursprung
Commit
c6d546a12e
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -1,14 +1,15 @@
 # Versión para openshift
 
 ## Instalación
-### app reymota
 
 Crear un proyecto.
 
-## Running Commands as Root in OpenShift
+### Running Commands as Root in OpenShift
 
     oc adm policy add-scc-to-user anyuid -z default
     
+### app reymota
+
 A continuación añadir una app desde Agregar, importar desde git.
 
     oc new-app http://gitea.reymota.es/creylopez/ReyMotaAppsOC.git -e DEBUG="False" -e VERSION=11.0 --name='reymota'