train-osource/README.md
2025-02-04 17:48:47 +00:00

32 lines
541 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Train
#### РЖД - Российские Железные Дороги
Сборка:
```
go mod tidy
go build -o train
```
Из бинарника в команды:
```
./train install-all
```
Дальше пропишите у себя в .*rc:
```
export PATH="$HOME/.rails/bin:$PATH"
export PATH="$HOME/.rails/installed_bins:$PATH"
```
И будет вам счастье
## Пока-что есть два пакета
* choochoo-build
* fastfetch/neofetch (later)
## Обновлятся вот так
```
train selfupd
```