Projects STRLCPY hiphp Commits 114d6326
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 39 lines
    40 40  docker run -e KEY="<KEY>" -e URL="<URL>" -i -t docker.io/yasserbdj96/hiphp:latest
    41 41  ```
    42 42   
     43 +<h2>Github Packages pull,build & run:</h2>
     44 + 
     45 +```bash
     46 +# pull:
     47 +docker pull ghcr.io/yasserbdj96/hiphp:latest
     48 + 
     49 +# build:
     50 +docker build -t ghcr.io/yasserbdj96/hiphp:latest .
     51 + 
     52 +# run:
     53 +docker run -e KEY="<KEY>" -e URL="<URL>" -i -t ghcr.io/yasserbdj96/hiphp:latest
     54 +```
    43 55   
    44 56  <h2>Installation:</h2>
    45 57   
    skipped 143 lines
Please wait...
Page is in error, reload to recover