summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index cbc8c0a..8ec96e9 100644
--- a/README.txt
+++ b/README.txt
@@ -22,3 +22,10 @@ Although I designed this around RFM to learn more about RFM, the architecture
can be made more power-efficient if I toss the RFMs. I'm in the midst of making
these changes to the system.
+To build and upload the client and server components, use the following
+commands. Change the KEY, SYN, LOCK and UNLOCK definitions for your system.
+
+ make -f Client.Makefile FPM_PWD={your_pwd_for_FPM} upload
+ make -f Server.Makefile upload
+
+