From 5220e890c606caf6f4dfb9f5a9cc91d049c67193 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Fri, 31 May 2019 13:14:24 -0500 Subject: [PATCH] update docs --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9b5d1b0..e9f84fb 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,9 @@ lxc-create -t download -n piston -- --dist ubuntu --release bionic --arch amd64 # install all necessary piston dependencies export PATH=/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin -sed -i 's/http:\/\/archive.ubuntu.com\/ubuntu/http:\/\/mirror.math.princeton.edu\/pub\/ubuntu/' /etc/apt/sources.list +sed -i \ + 's/http:\/\/archive.ubuntu.com\/ubuntu/http:\/\/mirror.math.princeton.edu\/pub\/ubuntu/' \ + /etc/apt/sources.list apt-get update apt-get -y install git tzdata nano \ dpkg-dev build-essential python python3 \ @@ -64,7 +66,7 @@ cd ../tests - `lxc/execute [language] [path] [arg]...` #### Supported Languages -Currently python2, python3, c, c++, go, node, ruby, r, c#, nasm, php, and java is supported. +Currently python2, python3, c, c++, go, node, ruby, r, c#, nasm, php, java, and brainfuck is supported. #### Principle of Operation Piston utilizes LXC as the primary mechanism for sandboxing. There is a small API written in Go which takes