nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

commit fe69c4d3cc25f5467a2121d8dca6f02c78b72113
parent aea2c9dac827d986f65cc6d26629f32ccd236f98
Author: Nirmal Kumar R <nirmal@posteo.net>
Date:   Mon, 19 Aug 2024 18:21:32 +0530

Modify README

Diffstat:
AREADME | 8++++++++
DREADME.md | 8--------
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README b/README @@ -0,0 +1,8 @@ +nirm.al +======= +This is a static website and can be run through any static server. + +Example on Python: +------------------ + + python3 -m http.server diff --git a/README.md b/README.md @@ -1,8 +0,0 @@ -# nirm.al - -This is a static website and can be run through any static server. - -## Example on Python: -```python -python3 -m http.server -```