소스 검색

added command to ReadMe.txt

DS 3 년 전
부모
커밋
323c500e4a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      ReadMe.txt

+ 4 - 0
ReadMe.txt

@@ -0,0 +1,4 @@
+Command to open index.html from Raspi:
+- Go to folder with index.html
+- pushd <filename>.html;  python3 -m http.server 9999; popd;
+In same network got to <ip>:9999