π οΈGetting set up
How to set up Landslide Core
Last updated
How to set up Landslide Core
Ensure that you have Go installed on your computer. You can download and install the latest version of Go from the official website at https://golang.org/dl/.
Clone the LandslideCore repository to your local machine by running the following command:
git clone https://github.com/ConsiderItDone/LandslideCore.gitOnce you have cloned the repository, navigate to the root directory of the repository in your terminal.
Build the LandslideCore binary by running the following command:
make buildThis will create the landslide binary in the build directory.
Optionally, you can install the LandslideCore binary system-wide by running the following command:
make installThis will copy the landslide binary to /usr/local/bin, making it accessible from anywhere on your system.
If you encounter any issues during the installation process, please refer to the documentation or open an issue on the LandslideCore repository for assistance.
Last updated