aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-11-16 07:07:13 -0500
committerB Stack <bgstack15@gmail.com>2017-11-16 07:07:13 -0500
commit3042eb55b1349253f547c805625d449f25662ca8 (patch)
tree76dc394ef4bb3e72f93a23545784e4580947ead3 /README.md
downloadfreebsd-notes-3042eb55b1349253f547c805625d449f25662ca8.tar.gz
freebsd-notes-3042eb55b1349253f547c805625d449f25662ca8.tar.bz2
freebsd-notes-3042eb55b1349253f547c805625d449f25662ca8.zip
initial commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4f56cf6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# FreeBSD Notes for Different Platforms
+This repository is my notes for how to use FreeBSD on different platforms. Hopefully it will help somebody searching.
bgstack15