Skip to content

Setting up

Muhammed Gurhan Yerlikaya edited this page Apr 30, 2021 · 2 revisions

Setting up surmagic

Open the desired terminal application and enter inside of your project directory's root:

$ cd [path-on-your-disk]/your-project

Use the command below to create the necessary surmagic directory and files.

$ surmagic init

This will create a surmagic directory and a Surfile like below:

  • --- your-project
  • ------ surmagic
  • --------- Surfile
Clone this wiki locally