Skip to content

This is a school project for a simple C# console application.

License

Notifications You must be signed in to change notification settings

inuitviking/Biblioteket

Repository files navigation

Biblioteket

This is a school project for a simple C# console application.

How to run

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.

Windows

1. Download / Clone

  1. Go to here.
  2. Click Clone or download, then Download ZIP.
  3. Extract the zip with your favourite zip application.
  4. Enter the extracted folder.

2. Run

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!

Linux

1. Download / Clone

(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.

2. Run

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!

About

This is a school project for a simple C# console application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages