agregar path para youtubeuploader

This commit is contained in:
CamiKase 2022-11-04 14:45:46 -03:00
parent adba7890d9
commit 68203bfaba

View file

@ -3,4 +3,6 @@
# Autorización de twitch (https://dev.twitch.tv/docs/authentication)
export twitchauth="r283c2jg3x7rdkco7ntm83i69dff77"
# ID del cliente de twitch
export clientid="rg4vruf4sh6zcuvujmi600c9smvhvn"
export clientid="rg4vruf4sh6zcuvujmi600c9smvhvn"
# Añadir carpeta del youtuberuploader al path
export PATH="$HOME/youtubeuploader:$PATH"