2 Commits f78584287e ... 670910f43a

Author SHA1 Message Date
  Ian Goldberg 670910f43a README for the pirserver repo 1 year ago
  sshsshy f78584287e README to build pirserver and pirclient modules 1 year ago
1 changed files with 4 additions and 3 deletions
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -1,5 +1,6 @@
 To build the pirserver and pirclient modules:
 
-1) Clone the piros/Scripts repository (https://git-crysp.uwaterloo.ca/piros/Scripts) and build the dockers in it following instructions in that repository.
-2) Build the pirserver docker with ./built_dockers.sh
-3) docker run --device /dev/isgx -it zt_docker bash -c "start-aesmd && exec bash"
+1. Clone the piros/Scripts repository (https://git-crysp.uwaterloo.ca/piros/Scripts) and build the dockers in it following instructions in that repository.
+2. Build the pirserver docker with `./build_docker.sh`
+3. Run the pirserver docker with `./run_docker.sh`
+