From c4f75bcf08f2752332bda5a7489f580c33367ad7 Mon Sep 17 00:00:00 2001 From: Translator Date: Tue, 20 May 2025 15:40:06 +0000 Subject: [PATCH] Translated ['src/README.md'] to es --- src/README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 5163f224c..56f976f22 100644 --- a/src/README.md +++ b/src/README.md @@ -4,14 +4,34 @@
-_Los logotipos y el diseño en movimiento de Hacktricks son de_ [_@ppiernacho_](https://www.instagram.com/ppieranacho/)_._ +_Los logotipos de Hacktricks y el diseño en movimiento son de_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._ ### Ejecutar HackTricks Cloud Localmente ```bash # Download latest version of hacktricks cloud git clone https://github.com/HackTricks-wiki/hacktricks-cloud + +# Select the language you want to use +export LANG="master" # Leave master for English +# "af" for Afrikaans +# "de" for German +# "el" for Greek +# "es" for Spanish +# "fr" for French +# "hi" for Hindi +# "it" for Italian +# "ja" for Japanese +# "ko" for Korean +# "pl" for Polish +# "pt" for Portuguese +# "sr" for Serbian +# "sw" for Swahili +# "tr" for Turkish +# "uk" for Ukrainian +# "zh" for Chinese + # Run the docker container indicating the path to the hacktricks-cloud folder -docker run -d --rm -p 3377:3000 --name hacktricks_cloud -v $(pwd)/hacktricks-cloud:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c "cd /app && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0" +docker run -d --rm --platform linux/amd64 -p 3377:3000 --name hacktricks_cloud -v $(pwd)/hacktricks-cloud:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c "cd /app && git checkout $LANG && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0" ``` Tu copia local de HackTricks Cloud estará **disponible en [http://localhost:3377](http://localhost:3377)** después de un minuto.