This is a school project for a simple C# console application.
Since this is a school projects, and I won't release an exe (because I get errors, and am too lazy to figure out how to fix those), You'll have to download the project yourself.
- Go to here.
- Click
Clone or download
, thenDownload ZIP
. - Extract the zip with your favourite zip application.
- Enter the extracted folder.
You need to have .NET core installed, follow the guide here to install it. Therafter, in the command prompt, find the folder to where you exctacted the archive and run the following:
dotnet run
You're now running the program. The program will help you with the rest!
(if it were public):
wget https://github.com/inuitviking/Biblioteket/archive/version6.2.tar.gz
Since it's private:
git clone https://github.com/inuitviking/Biblioteket.git
cd Biblioteket/
Or with SSH:
git clone [email protected]:inuitviking/Biblioteket.git
cd Biblioteket/
You can also simply click Clone or download
and thereafter Download ZIP
.
You need to have dotnet installed, follow the guide here to install it.
dotnet run
You're now running the program. The program will help you with the rest!