mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2026-01-29 05:40:43 +03:00
Add Makefile and Markdown linter (#73)
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
This commit is contained in:
committed by
GitHub
parent
bbe3bd79db
commit
0cd98c67e2
@@ -1,5 +1,7 @@
|
||||
# Scripted File Upload
|
||||
|
||||
To upload a file e.g. using `curl`, you first have to delete it and then upload it:
|
||||
|
||||
```
|
||||
curl -d '' http://192.168.1.153/delete/html/index.html
|
||||
curl --data-binary @ota_page.html http://192.168.1.153/upload/html/index.html
|
||||
|
||||
Reference in New Issue
Block a user