getnetradio/README.md

22 lines
284 B
Markdown
Raw Normal View History

2022-10-04 17:55:07 +00:00
```
Notes for me:
2022-10-04 19:09:11 +00:00
#Add files
2022-10-04 17:55:07 +00:00
git add file
git commit -m "words"
2022-10-04 19:09:11 +00:00
git push
#Save account
2022-10-04 17:55:07 +00:00
git config --global credential.helper cache
2022-10-04 19:09:11 +00:00
#Just http server(Wow)
python3 -m http.server
2022-10-04 17:55:07 +00:00
```
2022-10-04 18:10:15 +00:00
-----
```
Telegram group - https://t.me/streamsradio
Updates:
04.10.2022 - Add to notabug.org
2022-10-04 19:09:11 +00:00
```