Fix serve_httpd()
This commit is contained in:
parent
36eedecc1c
commit
77ec607207
|
@ -6,16 +6,16 @@ Example theme: https://git.digitalstudium.com/digitalstudium/crater-theme-digita
|
|||
|
||||
Example website: https://git.digitalstudium.com/digitalstudium/digitalstudium.com (https://digitalstudium.com)
|
||||
|
||||
Installation (Linux):
|
||||
## Installation (Linux):
|
||||
```
|
||||
curl https://git.digitalstudium.com/attachments/6a521cad-1066-4ffc-ba7d-6681e1e26df7 -o crater && chmod +x crater && sudo mv crater /usr/local/bin
|
||||
```
|
||||
Usage:
|
||||
## Usage:
|
||||
Development:
|
||||
```
|
||||
crater
|
||||
```
|
||||
Generate public only:
|
||||
Generate public folder only:
|
||||
```
|
||||
crater -p
|
||||
```
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 7b3e66514a9379805ae2ccd3bdffdae80bfdca68
|
||||
Subproject commit 50eddb5731ae9ba44513f9d0be7b4885fdff8b9e
|
Loading…
Reference in New Issue