about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Karl <akarl@darknebu.la>2019-02-13 22:57:54 +0100
committerAlexander Karl <akarl@darknebu.la>2019-02-13 22:57:54 +0100
commitffc58774852a3a55bf91155f68c963d7146da590 (patch)
tree7f94ac1f43b0139382c0ea14736ccc07abb0650f
parent9df2b2bd01de3dc0e22f88a4be70c9f59be4b047 (diff)
fix format instructions HEAD master
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index 91d6b61..68e7d6f 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,21 @@
 # Install
-  go get github.com/goftp/server
-  go get github.com/goftp/file-driver
-  git clone https://git.darknebu.la/honeysuite/ftp-grab-password.git
+```
+go get github.com/goftp/server
+go get github.com/goftp/file-driver
+git clone https://git.darknebu.la/honeysuite/ftp-grab-password.git
+```
 
 # Build
-`cd ftp-grab-password
-go build -o ftpd ftp.go auth.go`
+```
+cd ftp-grab-password
+go build -o ftpd ftp.go auth.go
+```
 
 # Start
+```
 useradd -u 1337 jail
 su -c "ftpd" jail
+```
 
 # Systemd
 coming soon