Skip to content

Instantly share code, notes, and snippets.

@johnrees
Created October 2, 2019 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnrees/4f558cda75323759039ef29f7759ee6d to your computer and use it in GitHub Desktop.
Save johnrees/4f558cda75323759039ef29f7759ee6d to your computer and use it in GitHub Desktop.
install duckling
adduser ducklinguser --ingroup admin
su ducklinguser
cd
echo "export PATH=$PATH:~/.local/bin" >> ~/.bashrc
source ~/.bashrc
git clone https://github.com/facebook/duckling
cd duckling
sudo apt-get update -y
sudo apt-get install build-essential libpcre++-dev libpcre3-dev -y
stack build && stack test && stack install
duckling-example-exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment