Open brandon-sisler opened 3 months ago
am I supposed to somehow actually specify the path to the Arend.jar file and the arend.yaml file
Yes
I would recommend you to try using Arend via plugin which is part of IntellijIDEA (it is available for Community Edition as well). If you would like to build Arend from sources I would recomment to download JetBrains/Arend
GitHub repository and then make everything using ./gradlew jarDep
command.
Hey all, I am totally new to this and came to the issues page as a last resort when I couldn't get anything to work. I'm trying to install and use Arend using the method outlined in "Console Application" at " https://arend-lang.github.io/documentation/getting-started.html ". Let me walk you through what works.
So my question is, am I supposed to be putting in these $ signs, or am I supposed to somehow actually specify the path to the Arend.jar file and the arend.yaml file. If so, how do I do this (context: I know no java). Thanks!